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(27.4214,-80.3779)};var g_b629af80283550e90f7c205014a4845d = new google.maps.Geocoder();g_b629af80283550e90f7c205014a4845d.geocode( { 'address': "5100 Okeechobee Rd, Fort Pierce, FL 34947, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-pierce-FL-southern-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-pierce-FL-southern-commerce-bank'), mapOptions);}document.getElementById('a278d122').innerHTML += ' | View Map';var $lb629af80283550e90f7c205014a4845d = '

Southern Commerce Bank

Address: 5100 Okeechobee Rd, Fort Pierce, FL 34947, USA
Phone: (772) 595-9111
';var m_b629af80283550e90f7c205014a4845d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Commerce Bank',});m_b629af80283550e90f7c205014a4845d['infowindow'] = new google.maps.InfoWindow({content: $lb629af80283550e90f7c205014a4845d});var infowindow = new google.maps.InfoWindow({content: $lb629af80283550e90f7c205014a4845d});google.maps.event.addListener(m_b629af80283550e90f7c205014a4845d, 'click', function() {infowindow.open(map,m_b629af80283550e90f7c205014a4845d);});$marker.push(m_b629af80283550e90f7c205014a4845d);}});}google.maps.event.addDomListener(window, 'load', initialize);