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(34.8197,-85.2415)};var g_78cad3c3681252a9111299f112f9e35d = new google.maps.Geocoder();g_78cad3c3681252a9111299f112f9e35d.geocode( { 'address': "1077-1439 Old Hwy 27, Rock Spring, GA 30739, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rock-spring-GA-bank-of-lafayette').style.display = '';map = new google.maps.Map(document.getElementById('rock-spring-GA-bank-of-lafayette'), mapOptions);}document.getElementById('55882b92').innerHTML += ' | View Map';var $l78cad3c3681252a9111299f112f9e35d = '

Bank of Lafayette

Address: 1077-1439 Old Hwy 27, Rock Spring, GA 30739, USA
Phone:
';var m_78cad3c3681252a9111299f112f9e35d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Lafayette',});m_78cad3c3681252a9111299f112f9e35d['infowindow'] = new google.maps.InfoWindow({content: $l78cad3c3681252a9111299f112f9e35d});var infowindow = new google.maps.InfoWindow({content: $l78cad3c3681252a9111299f112f9e35d});google.maps.event.addListener(m_78cad3c3681252a9111299f112f9e35d, 'click', function() {infowindow.open(map,m_78cad3c3681252a9111299f112f9e35d);});$marker.push(m_78cad3c3681252a9111299f112f9e35d);}});}google.maps.event.addDomListener(window, 'load', initialize);