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(32.2838,-81.2215)};var g_538738d1fd2afee41d89b0be24bd4608 = new google.maps.Geocoder();g_538738d1fd2afee41d89b0be24bd4608.geocode( { 'address': "5799 Ga Highway 21 S, Rincon, GA 31326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rincon-GA-coastal-bank-the').style.display = '';map = new google.maps.Map(document.getElementById('rincon-GA-coastal-bank-the'), mapOptions);}document.getElementById('c3eb229b').innerHTML += ' | View Map';var $l538738d1fd2afee41d89b0be24bd4608 = '

Coastal Bank the

Address: 5799 Ga Highway 21 S, Rincon, GA 31326
Phone: (912) 826-1600
';var m_538738d1fd2afee41d89b0be24bd4608 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Bank the',});m_538738d1fd2afee41d89b0be24bd4608['infowindow'] = new google.maps.InfoWindow({content: $l538738d1fd2afee41d89b0be24bd4608});var infowindow = new google.maps.InfoWindow({content: $l538738d1fd2afee41d89b0be24bd4608});google.maps.event.addListener(m_538738d1fd2afee41d89b0be24bd4608, 'click', function() {infowindow.open(map,m_538738d1fd2afee41d89b0be24bd4608);});$marker.push(m_538738d1fd2afee41d89b0be24bd4608);}});}google.maps.event.addDomListener(window, 'load', initialize);