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_abe24565b93dbc1d1dda3429adcc926c = new google.maps.Geocoder();g_abe24565b93dbc1d1dda3429adcc926c.geocode( { 'address': "4890 Bayou Blvd, Pensacola, FL 32503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-summit-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-summit-bank-na'), mapOptions);}document.getElementById('40eeacd9').innerHTML += ' | View Map';var $labe24565b93dbc1d1dda3429adcc926c = '

Summit Bank Na

Address: 4890 Bayou Blvd, Pensacola, FL 32503
Phone: (850) 433-5950
';var m_abe24565b93dbc1d1dda3429adcc926c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Bank Na',});m_abe24565b93dbc1d1dda3429adcc926c['infowindow'] = new google.maps.InfoWindow({content: $labe24565b93dbc1d1dda3429adcc926c});var infowindow = new google.maps.InfoWindow({content: $labe24565b93dbc1d1dda3429adcc926c});google.maps.event.addListener(m_abe24565b93dbc1d1dda3429adcc926c, 'click', function() {infowindow.open(map,m_abe24565b93dbc1d1dda3429adcc926c);});$marker.push(m_abe24565b93dbc1d1dda3429adcc926c);}});}google.maps.event.addDomListener(window, 'load', initialize);