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.0449,-81.3034)};var g_b6af61c6866da98f1259c3fa5ae84194 = new google.maps.Geocoder();g_b6af61c6866da98f1259c3fa5ae84194.geocode( { 'address': "1001 N Woodland Blvd, DeLand, FL 32724, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-citizens-bank'), mapOptions);}document.getElementById('49b7126b').innerHTML += ' | View Map';var $lb6af61c6866da98f1259c3fa5ae84194 = '

Citizens Bank

Address: 1001 N Woodland Blvd, DeLand, FL 32724, USA
Phone:
';var m_b6af61c6866da98f1259c3fa5ae84194 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_b6af61c6866da98f1259c3fa5ae84194['infowindow'] = new google.maps.InfoWindow({content: $lb6af61c6866da98f1259c3fa5ae84194});var infowindow = new google.maps.InfoWindow({content: $lb6af61c6866da98f1259c3fa5ae84194});google.maps.event.addListener(m_b6af61c6866da98f1259c3fa5ae84194, 'click', function() {infowindow.open(map,m_b6af61c6866da98f1259c3fa5ae84194);});$marker.push(m_b6af61c6866da98f1259c3fa5ae84194);}});}google.maps.event.addDomListener(window, 'load', initialize);