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.7024,-85.282)};var g_1c3577eb682f303671a1d7089c0cceaf = new google.maps.Geocoder();g_1c3577eb682f303671a1d7089c0cceaf.geocode( { 'address': "303 South Main St, LaFayette, GA 30728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-GA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-GA-wells-fargo-bank'), mapOptions);}document.getElementById('8929bf03').innerHTML += ' | View Map';var $l1c3577eb682f303671a1d7089c0cceaf = '

Wells Fargo Bank

Address: 303 South Main St, LaFayette, GA 30728, USA
Phone: (706) 638-4102
';var m_1c3577eb682f303671a1d7089c0cceaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1c3577eb682f303671a1d7089c0cceaf['infowindow'] = new google.maps.InfoWindow({content: $l1c3577eb682f303671a1d7089c0cceaf});var infowindow = new google.maps.InfoWindow({content: $l1c3577eb682f303671a1d7089c0cceaf});google.maps.event.addListener(m_1c3577eb682f303671a1d7089c0cceaf, 'click', function() {infowindow.open(map,m_1c3577eb682f303671a1d7089c0cceaf);});$marker.push(m_1c3577eb682f303671a1d7089c0cceaf);}});}google.maps.event.addDomListener(window, 'load', initialize);