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.2658,-81.1048)};var g_83fedd9f4ba7ba74e4774b0ab142b915 = new google.maps.Geocoder();g_83fedd9f4ba7ba74e4774b0ab142b915.geocode( { 'address': "1259 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-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('ormond-beach-FL-prosperity-bank'), mapOptions);}document.getElementById('d34ab333').innerHTML += ' | View Map';var $l83fedd9f4ba7ba74e4774b0ab142b915 = '

Prosperity Bank

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