
function initMMP()
{
var pts=[]
pts=[-106.604332,35.072857,-106.601501,35.069172,-106.598541,35.066921,-106.595665,35.066010,-106.592491,35.062706,-106.586655,35.058456]
mmp_line(1,"Ridgecrest","The median here is lined with luminarias every year.","#73FF0000",5,pts)
mmp_mkr(2,"Ridgecrest","The median here is lined with luminarias every year.","http://maps.google.com/mapfiles/ms/icons/blue-dot.png",-106.5956,35.06601)
mmp_mkr(3,"Country Club Neighborhood","<br>","http://maps.google.com/mapfiles/ms/icons/blue-dot.png",-106.6703,35.08718)
mmp_mkr(4,"Old Town","Start at Old Town plaza and follow the lights","http://maps.google.com/mapfiles/ms/icons/blue-dot.png",-106.6699,35.09612)
centreMap()
}

function prepMMP()
{ 
mmp_control.mapName="albuquerqueluminarianeighborhoods"
mmp_control.displayWidth=656
mmp_control.displaySideWidth=256
mmp_control.displayHeight=400
mmp_control.displayMapType=0
mmp_control.navControl=1
mmp_control.typeControl=1
mmp_control.scaleControl=1
mmp_control.shadow=1
mmp_control.mapCursor=1
mmp_control.trafficLayer=0
mmp_control.overviewMap=1
mmp_control.scrollWheelZoom=1
mmp_control.doubleClickZoom=1
mmp_control.continuousZoom=1
mmp_control.fixedView=0
mmp_control.infoWidth=0
mmp_control.infoHeight=0
mmp_control.infoWindowType=0
mmp_control.bounds=[-106.6703,35.05846,-106.5867,35.09612]
mmp_control.headColor="midnightblue"
mmp_control.headBackColor="whitesmoke"
mmp_control.backColor="white"
mmp_control.textColor="black"
mmp_control.highlightColor="green"
mmp_control.highlightBackColor="ivory"
mmp_control.textFont="Arial"
mmp_control.titleFont="Arial"
mmp_control.textHeight="small"
mmp_control.titleHeight="large"
mmp_control.subHeight="normal"
mmp_control.showSidebar=0
mmp_control.showTitlebar=0
mmp_control.initialDetail=2
mmp_control.sortOrder=1
mmp_control.infoRecentre=0
mmp_control.changeDetail=1
mmp_control.changeViewAll=1
mmp_control.changeFullScreen=1
mmp_control.showAnimation=0
mmp_control.showIntro=0
mmp_control.mapX=0
mmp_control.mapY=0
mmp_control.displayZoomLevel=0
mmp_control.channelPlaceFinder=0
mmp_control.channelWikipedia=0
mmp_control.channelEvents=0
mmp_control.channelHotels=0
mmp_control.channelLocal=0
mmp_control.enableChannels=0

}
