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.9545,-85.2524)};var g_5df615db2bf94b8d3e41ce1cdecd9dad = new google.maps.Geocoder();g_5df615db2bf94b8d3e41ce1cdecd9dad.geocode( { 'address': "739 Battlefield Pkwy, Fort Oglethorpe, GA 30742, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-oglethorpe-GA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-oglethorpe-GA-wells-fargo-bank'), mapOptions);}document.getElementById('f24571d5').innerHTML += ' | View Map';var $l5df615db2bf94b8d3e41ce1cdecd9dad = '

Wells Fargo Bank

Address: 739 Battlefield Pkwy, Fort Oglethorpe, GA 30742, USA
Phone: (706) 861-1028
';var m_5df615db2bf94b8d3e41ce1cdecd9dad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_5df615db2bf94b8d3e41ce1cdecd9dad['infowindow'] = new google.maps.InfoWindow({content: $l5df615db2bf94b8d3e41ce1cdecd9dad});var infowindow = new google.maps.InfoWindow({content: $l5df615db2bf94b8d3e41ce1cdecd9dad});google.maps.event.addListener(m_5df615db2bf94b8d3e41ce1cdecd9dad, 'click', function() {infowindow.open(map,m_5df615db2bf94b8d3e41ce1cdecd9dad);});$marker.push(m_5df615db2bf94b8d3e41ce1cdecd9dad);}});}google.maps.event.addDomListener(window, 'load', initialize);