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.4193,-87.2191)};var g_9d3d9b8861c97e6bb5992d51d3232f8b = new google.maps.Geocoder();g_9d3d9b8861c97e6bb5992d51d3232f8b.geocode( { 'address': "4920 Bayou Blvd, Pensacola, FL 32503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-doral-bank').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-doral-bank'), mapOptions);}document.getElementById('3d4d8362').innerHTML += ' | View Map';var $l9d3d9b8861c97e6bb5992d51d3232f8b = '

Doral Bank

Address: 4920 Bayou Blvd, Pensacola, FL 32503
Phone: (850) 477-3000
';var m_9d3d9b8861c97e6bb5992d51d3232f8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Doral Bank',});m_9d3d9b8861c97e6bb5992d51d3232f8b['infowindow'] = new google.maps.InfoWindow({content: $l9d3d9b8861c97e6bb5992d51d3232f8b});var infowindow = new google.maps.InfoWindow({content: $l9d3d9b8861c97e6bb5992d51d3232f8b});google.maps.event.addListener(m_9d3d9b8861c97e6bb5992d51d3232f8b, 'click', function() {infowindow.open(map,m_9d3d9b8861c97e6bb5992d51d3232f8b);});$marker.push(m_9d3d9b8861c97e6bb5992d51d3232f8b);}});}google.maps.event.addDomListener(window, 'load', initialize);