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.1129,-83.58)};var g_9c7663be66af75b438daf35274cfb81f = new google.maps.Geocoder();g_9c7663be66af75b438daf35274cfb81f.geocode( { 'address': "135 Sycamore St, Jefferson, GA 30549"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-GA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-GA-wells-fargo-bank'), mapOptions);}document.getElementById('885451b1').innerHTML += ' | View Map';var $l9c7663be66af75b438daf35274cfb81f = '

Wells Fargo Bank

Address: 135 Sycamore St, Jefferson, GA 30549
Phone: (706) 367-9811
';var m_9c7663be66af75b438daf35274cfb81f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_9c7663be66af75b438daf35274cfb81f['infowindow'] = new google.maps.InfoWindow({content: $l9c7663be66af75b438daf35274cfb81f});var infowindow = new google.maps.InfoWindow({content: $l9c7663be66af75b438daf35274cfb81f});google.maps.event.addListener(m_9c7663be66af75b438daf35274cfb81f, 'click', function() {infowindow.open(map,m_9c7663be66af75b438daf35274cfb81f);});$marker.push(m_9c7663be66af75b438daf35274cfb81f);}});}google.maps.event.addDomListener(window, 'load', initialize);