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()};var g_0990a0c05a2837d3f8c632453278008a = new google.maps.Geocoder();g_0990a0c05a2837d3f8c632453278008a.geocode( { 'address': "415 N Richard Jackson Blvd, Panama City Bch, FL 32407"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-bch-FL-doral-bank').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-bch-FL-doral-bank'), mapOptions);}document.getElementById('e19950c3').innerHTML += ' | View Map';var $l0990a0c05a2837d3f8c632453278008a = '

Doral Bank

Address: 415 N Richard Jackson Blvd, Panama City Bch, FL 32407
Phone: (850) 236-4300
';var m_0990a0c05a2837d3f8c632453278008a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Doral Bank',});m_0990a0c05a2837d3f8c632453278008a['infowindow'] = new google.maps.InfoWindow({content: $l0990a0c05a2837d3f8c632453278008a});var infowindow = new google.maps.InfoWindow({content: $l0990a0c05a2837d3f8c632453278008a});google.maps.event.addListener(m_0990a0c05a2837d3f8c632453278008a, 'click', function() {infowindow.open(map,m_0990a0c05a2837d3f8c632453278008a);});$marker.push(m_0990a0c05a2837d3f8c632453278008a);}});}google.maps.event.addDomListener(window, 'load', initialize);