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_cc9657884708170e160c8372d92f3535 = new google.maps.Geocoder();g_cc9657884708170e160c8372d92f3535.geocode( { 'address': "898 E Nine Mile Rd, Pensacola, FL 32514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-coastal-bank-trust-florida').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-coastal-bank-trust-florida'), mapOptions);}document.getElementById('8aaa3ba2').innerHTML += ' | View Map';var $lcc9657884708170e160c8372d92f3535 = '

Coastal Bank & Trust-Florida

Address: 898 E Nine Mile Rd, Pensacola, FL 32514
Phone: (850) 436-7800
';var m_cc9657884708170e160c8372d92f3535 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Bank & Trust-Florida',});m_cc9657884708170e160c8372d92f3535['infowindow'] = new google.maps.InfoWindow({content: $lcc9657884708170e160c8372d92f3535});var infowindow = new google.maps.InfoWindow({content: $lcc9657884708170e160c8372d92f3535});google.maps.event.addListener(m_cc9657884708170e160c8372d92f3535, 'click', function() {infowindow.open(map,m_cc9657884708170e160c8372d92f3535);});$marker.push(m_cc9657884708170e160c8372d92f3535);}});}google.maps.event.addDomListener(window, 'load', initialize);