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(30.4464,-86.6262)};var g_649aa6b152ea7c23921ce70f4ac18dd1 = new google.maps.Geocoder();g_649aa6b152ea7c23921ce70f4ac18dd1.geocode( { 'address': "189 Eglin Pkwy NE, Fort Walton Beach, FL 32548"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-walton-beach-FL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('fort-walton-beach-FL-bank-of-america'), mapOptions);}document.getElementById('361b3c61').innerHTML += ' | View Map';var $l649aa6b152ea7c23921ce70f4ac18dd1 = '

Bank of America

Address: 189 Eglin Pkwy NE, Fort Walton Beach, FL 32548
Phone: (850) 796-1029
';var m_649aa6b152ea7c23921ce70f4ac18dd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_649aa6b152ea7c23921ce70f4ac18dd1['infowindow'] = new google.maps.InfoWindow({content: $l649aa6b152ea7c23921ce70f4ac18dd1});var infowindow = new google.maps.InfoWindow({content: $l649aa6b152ea7c23921ce70f4ac18dd1});google.maps.event.addListener(m_649aa6b152ea7c23921ce70f4ac18dd1, 'click', function() {infowindow.open(map,m_649aa6b152ea7c23921ce70f4ac18dd1);});$marker.push(m_649aa6b152ea7c23921ce70f4ac18dd1);}});}google.maps.event.addDomListener(window, 'load', initialize);