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.8871,-84.5664)};var g_bbf94b34eb32268ada57a3be5062fe7d = new google.maps.Geocoder();g_bbf94b34eb32268ada57a3be5062fe7d.geocode( { 'address': "1410 Tallahassee Rd, Bainbridge, GA 39819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bainbridge-GA-first-port-city-bank-southside-branch').style.display = '';map = new google.maps.Map(document.getElementById('bainbridge-GA-first-port-city-bank-southside-branch'), mapOptions);}document.getElementById('15331759').innerHTML += ' | View Map';var $lbbf94b34eb32268ada57a3be5062fe7d = '

First Port City Bank Southside Branch

Address: 1410 Tallahassee Rd, Bainbridge, GA 39819, USA
Phone: (229) 246-6200
';var m_bbf94b34eb32268ada57a3be5062fe7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Port City Bank Southside Branch',});m_bbf94b34eb32268ada57a3be5062fe7d['infowindow'] = new google.maps.InfoWindow({content: $lbbf94b34eb32268ada57a3be5062fe7d});var infowindow = new google.maps.InfoWindow({content: $lbbf94b34eb32268ada57a3be5062fe7d});google.maps.event.addListener(m_bbf94b34eb32268ada57a3be5062fe7d, 'click', function() {infowindow.open(map,m_bbf94b34eb32268ada57a3be5062fe7d);});$marker.push(m_bbf94b34eb32268ada57a3be5062fe7d);}});}google.maps.event.addDomListener(window, 'load', initialize);