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_60090b323f4450a9a91af70ea24a056c = new google.maps.Geocoder();g_60090b323f4450a9a91af70ea24a056c.geocode( { 'address': "213 S Palafox St, Pensacola, FL 32501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-citizens-peoples-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-citizens-peoples-national-bank'), mapOptions);}document.getElementById('9909d149').innerHTML += ' | View Map';var $l60090b323f4450a9a91af70ea24a056c = '

Citizens & Peoples National Bank

Address: 213 S Palafox St, Pensacola, FL 32501
Phone: (904) 444-3200
';var m_60090b323f4450a9a91af70ea24a056c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Peoples National Bank',});m_60090b323f4450a9a91af70ea24a056c['infowindow'] = new google.maps.InfoWindow({content: $l60090b323f4450a9a91af70ea24a056c});var infowindow = new google.maps.InfoWindow({content: $l60090b323f4450a9a91af70ea24a056c});google.maps.event.addListener(m_60090b323f4450a9a91af70ea24a056c, 'click', function() {infowindow.open(map,m_60090b323f4450a9a91af70ea24a056c);});$marker.push(m_60090b323f4450a9a91af70ea24a056c);}});}google.maps.event.addDomListener(window, 'load', initialize);