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(33.5544,-82.8955)};var g_60c4dc9fcc8ac4d2cc6bf73c56416b70 = new google.maps.Geocoder();g_60c4dc9fcc8ac4d2cc6bf73c56416b70.geocode( { 'address': "123 Broad St, Crawfordville, GA 30631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crawfordville-GA-fm-bank').style.display = '';map = new google.maps.Map(document.getElementById('crawfordville-GA-fm-bank'), mapOptions);}document.getElementById('91567447').innerHTML += ' | View Map';var $l60c4dc9fcc8ac4d2cc6bf73c56416b70 = '

F&M Bank

Address: 123 Broad St, Crawfordville, GA 30631, USA
Phone: (706) 456-2361
';var m_60c4dc9fcc8ac4d2cc6bf73c56416b70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F&M Bank',});m_60c4dc9fcc8ac4d2cc6bf73c56416b70['infowindow'] = new google.maps.InfoWindow({content: $l60c4dc9fcc8ac4d2cc6bf73c56416b70});var infowindow = new google.maps.InfoWindow({content: $l60c4dc9fcc8ac4d2cc6bf73c56416b70});google.maps.event.addListener(m_60c4dc9fcc8ac4d2cc6bf73c56416b70, 'click', function() {infowindow.open(map,m_60c4dc9fcc8ac4d2cc6bf73c56416b70);});$marker.push(m_60c4dc9fcc8ac4d2cc6bf73c56416b70);}});}google.maps.event.addDomListener(window, 'load', initialize);