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(32.871,-83.7024)};var g_95681e2981bc11b7c6d2276f61d68064 = new google.maps.Geocoder();g_95681e2981bc11b7c6d2276f61d68064.geocode( { 'address': "4511 Forsyth Rd, Macon, GA 31210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-GA-american-pride-bank').style.display = '';map = new google.maps.Map(document.getElementById('macon-GA-american-pride-bank'), mapOptions);}document.getElementById('60df3b25').innerHTML += ' | View Map';var $l95681e2981bc11b7c6d2276f61d68064 = '

American Pride Bank

Address: 4511 Forsyth Rd, Macon, GA 31210, USA
Phone: (478) 784-1450
';var m_95681e2981bc11b7c6d2276f61d68064 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Pride Bank',});m_95681e2981bc11b7c6d2276f61d68064['infowindow'] = new google.maps.InfoWindow({content: $l95681e2981bc11b7c6d2276f61d68064});var infowindow = new google.maps.InfoWindow({content: $l95681e2981bc11b7c6d2276f61d68064});google.maps.event.addListener(m_95681e2981bc11b7c6d2276f61d68064, 'click', function() {infowindow.open(map,m_95681e2981bc11b7c6d2276f61d68064);});$marker.push(m_95681e2981bc11b7c6d2276f61d68064);}});}google.maps.event.addDomListener(window, 'load', initialize);