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.008,-81.3237)};var g_1bc38477bc1f540837e39eb0b8dbb520 = new google.maps.Geocoder();g_1bc38477bc1f540837e39eb0b8dbb520.geocode( { 'address': "1250 S Spring Garden Ave, DeLand, FL 32720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-check-on-hold').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-check-on-hold'), mapOptions);}document.getElementById('c8538fda').innerHTML += ' | View Map';var $l1bc38477bc1f540837e39eb0b8dbb520 = '

Check On Hold

Address: 1250 S Spring Garden Ave, DeLand, FL 32720, USA
Phone: (386) 734-7933
';var m_1bc38477bc1f540837e39eb0b8dbb520 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check On Hold',});m_1bc38477bc1f540837e39eb0b8dbb520['infowindow'] = new google.maps.InfoWindow({content: $l1bc38477bc1f540837e39eb0b8dbb520});var infowindow = new google.maps.InfoWindow({content: $l1bc38477bc1f540837e39eb0b8dbb520});google.maps.event.addListener(m_1bc38477bc1f540837e39eb0b8dbb520, 'click', function() {infowindow.open(map,m_1bc38477bc1f540837e39eb0b8dbb520);});$marker.push(m_1bc38477bc1f540837e39eb0b8dbb520);}});var g_d8ad1a33edc1c5bdc282cc587063a955 = new google.maps.Geocoder();g_d8ad1a33edc1c5bdc282cc587063a955.geocode( { 'address': "1516 S Woodland Blvd, DeLand, FL 32720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-check-on-hold').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-check-on-hold'), mapOptions);}document.getElementById('c4bea08c').innerHTML += ' | View Map';var $ld8ad1a33edc1c5bdc282cc587063a955 = '

Check On Hold

Address: 1516 S Woodland Blvd, DeLand, FL 32720, USA
Phone: (386) 734-5600
';var m_d8ad1a33edc1c5bdc282cc587063a955 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check On Hold',});m_d8ad1a33edc1c5bdc282cc587063a955['infowindow'] = new google.maps.InfoWindow({content: $ld8ad1a33edc1c5bdc282cc587063a955});var infowindow = new google.maps.InfoWindow({content: $ld8ad1a33edc1c5bdc282cc587063a955});google.maps.event.addListener(m_d8ad1a33edc1c5bdc282cc587063a955, 'click', function() {infowindow.open(map,m_d8ad1a33edc1c5bdc282cc587063a955);});$marker.push(m_d8ad1a33edc1c5bdc282cc587063a955);}});}google.maps.event.addDomListener(window, 'load', initialize);