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.4696,-84.0491)};var g_d7d741735f9cf9b5fa4cf6c182eb174b = new google.maps.Geocoder();g_d7d741735f9cf9b5fa4cf6c182eb174b.geocode( { 'address': "135 Keys Ferry St, McDonough, GA 30253"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonough-GA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('mcdonough-GA-bank-of-america'), mapOptions);}document.getElementById('c73cfc52').innerHTML += ' | View Map';var $ld7d741735f9cf9b5fa4cf6c182eb174b = '

Bank of America

Address: 135 Keys Ferry St, McDonough, GA 30253
Phone: (770) 954-4300
';var m_d7d741735f9cf9b5fa4cf6c182eb174b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_d7d741735f9cf9b5fa4cf6c182eb174b['infowindow'] = new google.maps.InfoWindow({content: $ld7d741735f9cf9b5fa4cf6c182eb174b});var infowindow = new google.maps.InfoWindow({content: $ld7d741735f9cf9b5fa4cf6c182eb174b});google.maps.event.addListener(m_d7d741735f9cf9b5fa4cf6c182eb174b, 'click', function() {infowindow.open(map,m_d7d741735f9cf9b5fa4cf6c182eb174b);});$marker.push(m_d7d741735f9cf9b5fa4cf6c182eb174b);}});}google.maps.event.addDomListener(window, 'load', initialize);