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.7869,-84.3827)};var g_4aed2babc099770d06ea7e87b5dcb820 = new google.maps.Geocoder();g_4aed2babc099770d06ea7e87b5dcb820.geocode( { 'address': "1175 Peachtree St NE #1900, Atlanta, GA 30361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-bank-of-america-mortgage'), mapOptions);}document.getElementById('118acb15').innerHTML += ' | View Map';var $l4aed2babc099770d06ea7e87b5dcb820 = '

Bank of America Mortgage

Address: 1175 Peachtree St NE #1900, Atlanta, GA 30361, USA
Phone: (404) 602-3000
';var m_4aed2babc099770d06ea7e87b5dcb820 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_4aed2babc099770d06ea7e87b5dcb820['infowindow'] = new google.maps.InfoWindow({content: $l4aed2babc099770d06ea7e87b5dcb820});var infowindow = new google.maps.InfoWindow({content: $l4aed2babc099770d06ea7e87b5dcb820});google.maps.event.addListener(m_4aed2babc099770d06ea7e87b5dcb820, 'click', function() {infowindow.open(map,m_4aed2babc099770d06ea7e87b5dcb820);});$marker.push(m_4aed2babc099770d06ea7e87b5dcb820);}});}google.maps.event.addDomListener(window, 'load', initialize);