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.284,-81.061)};var g_03e6c61603f6c550ab49ab6a2d83f793 = new google.maps.Geocoder();g_03e6c61603f6c550ab49ab6a2d83f793.geocode( { 'address': "175 W Granada Blvd, Ormond Beach, FL 32174, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ormond-beach-FL-first-green-bank').style.display = '';map = new google.maps.Map(document.getElementById('ormond-beach-FL-first-green-bank'), mapOptions);}document.getElementById('207db0cf').innerHTML += ' | View Map';var $l03e6c61603f6c550ab49ab6a2d83f793 = '

First Green Bank

Address: 175 W Granada Blvd, Ormond Beach, FL 32174, USA
Phone: (386) 898-0538
';var m_03e6c61603f6c550ab49ab6a2d83f793 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Green Bank',});m_03e6c61603f6c550ab49ab6a2d83f793['infowindow'] = new google.maps.InfoWindow({content: $l03e6c61603f6c550ab49ab6a2d83f793});var infowindow = new google.maps.InfoWindow({content: $l03e6c61603f6c550ab49ab6a2d83f793});google.maps.event.addListener(m_03e6c61603f6c550ab49ab6a2d83f793, 'click', function() {infowindow.open(map,m_03e6c61603f6c550ab49ab6a2d83f793);});$marker.push(m_03e6c61603f6c550ab49ab6a2d83f793);}});}google.maps.event.addDomListener(window, 'load', initialize);