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(31.7613,-84.6067)};var g_41f9f3863c0af79981e37db973b72860 = new google.maps.Geocoder();g_41f9f3863c0af79981e37db973b72860.geocode( { 'address': "3 W Railroad St, Shellman, GA 39886"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shellman-GA-first-state-bank-randolph-cnty').style.display = '';map = new google.maps.Map(document.getElementById('shellman-GA-first-state-bank-randolph-cnty'), mapOptions);}document.getElementById('e604ace4').innerHTML += ' | View Map';var $l41f9f3863c0af79981e37db973b72860 = '

First State Bank-Randolph Cnty

Address: 3 W Railroad St, Shellman, GA 39886
Phone: (229) 679-5344
';var m_41f9f3863c0af79981e37db973b72860 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank-Randolph Cnty',});m_41f9f3863c0af79981e37db973b72860['infowindow'] = new google.maps.InfoWindow({content: $l41f9f3863c0af79981e37db973b72860});var infowindow = new google.maps.InfoWindow({content: $l41f9f3863c0af79981e37db973b72860});google.maps.event.addListener(m_41f9f3863c0af79981e37db973b72860, 'click', function() {infowindow.open(map,m_41f9f3863c0af79981e37db973b72860);});$marker.push(m_41f9f3863c0af79981e37db973b72860);}});}google.maps.event.addDomListener(window, 'load', initialize);