var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(29.2613,-81.0756)};var g_f4141ff729dae857f3da1388561d3f21 = new google.maps.Geocoder();g_f4141ff729dae857f3da1388561d3f21.geocode( { 'address': "793 S Nova Rd, Ormond Beach, FL 32174, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ormond-beach-FL-check-on-hold').style.display = '';map = new google.maps.Map(document.getElementById('ormond-beach-FL-check-on-hold'), mapOptions);}document.getElementById('2e133dd2').innerHTML += ' | View Map';var $lf4141ff729dae857f3da1388561d3f21 = '

Check On Hold

Address: 793 S Nova Rd, Ormond Beach, FL 32174, USA
Phone: (386) 615-6446
';var m_f4141ff729dae857f3da1388561d3f21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check On Hold',});m_f4141ff729dae857f3da1388561d3f21['infowindow'] = new google.maps.InfoWindow({content: $lf4141ff729dae857f3da1388561d3f21});var infowindow = new google.maps.InfoWindow({content: $lf4141ff729dae857f3da1388561d3f21});google.maps.event.addListener(m_f4141ff729dae857f3da1388561d3f21, 'click', function() {infowindow.open(map,m_f4141ff729dae857f3da1388561d3f21);});$marker.push(m_f4141ff729dae857f3da1388561d3f21);}});}google.maps.event.addDomListener(window, 'load', initialize);