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_02b293533a7ab5cb9362b406c8e402fd = new google.maps.Geocoder();g_02b293533a7ab5cb9362b406c8e402fd.geocode( { 'address': "2951 S Blue Angel Pkwy, Pensacola, FL 32506"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-woodforest-national-bank'), mapOptions);}document.getElementById('ebf9642b').innerHTML += ' | View Map';var $l02b293533a7ab5cb9362b406c8e402fd = '

Woodforest National Bank

Address: 2951 S Blue Angel Pkwy, Pensacola, FL 32506
Phone: (850) 456-1043
';var m_02b293533a7ab5cb9362b406c8e402fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_02b293533a7ab5cb9362b406c8e402fd['infowindow'] = new google.maps.InfoWindow({content: $l02b293533a7ab5cb9362b406c8e402fd});var infowindow = new google.maps.InfoWindow({content: $l02b293533a7ab5cb9362b406c8e402fd});google.maps.event.addListener(m_02b293533a7ab5cb9362b406c8e402fd, 'click', function() {infowindow.open(map,m_02b293533a7ab5cb9362b406c8e402fd);});$marker.push(m_02b293533a7ab5cb9362b406c8e402fd);}});}google.maps.event.addDomListener(window, 'load', initialize);