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.8833,-84.6887)};var g_53c2bdd5d508f5cbe32477af2aeae3b0 = new google.maps.Geocoder();g_53c2bdd5d508f5cbe32477af2aeae3b0.geocode( { 'address': "4150 Macland Rd, Powder Springs, GA 30127"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('powder-springs-GA-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('powder-springs-GA-fifth-third-bank'), mapOptions);}document.getElementById('108901ee').innerHTML += ' | View Map';var $l53c2bdd5d508f5cbe32477af2aeae3b0 = '

Fifth Third Bank

Address: 4150 Macland Rd, Powder Springs, GA 30127
Phone: (678) 453-5030
';var m_53c2bdd5d508f5cbe32477af2aeae3b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_53c2bdd5d508f5cbe32477af2aeae3b0['infowindow'] = new google.maps.InfoWindow({content: $l53c2bdd5d508f5cbe32477af2aeae3b0});var infowindow = new google.maps.InfoWindow({content: $l53c2bdd5d508f5cbe32477af2aeae3b0});google.maps.event.addListener(m_53c2bdd5d508f5cbe32477af2aeae3b0, 'click', function() {infowindow.open(map,m_53c2bdd5d508f5cbe32477af2aeae3b0);});$marker.push(m_53c2bdd5d508f5cbe32477af2aeae3b0);}});}google.maps.event.addDomListener(window, 'load', initialize);