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.7863,-84.3837)};var g_923e325e16617477e457f6a468a2d6df = new google.maps.Geocoder();g_923e325e16617477e457f6a468a2d6df.geocode( { 'address': "1170 Peachtree St NE, Atlanta, GA 30309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-summit-funding-group').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-summit-funding-group'), mapOptions);}document.getElementById('1ec878a1').innerHTML += ' | View Map';var $l923e325e16617477e457f6a468a2d6df = '

Summit Funding Group

Address: 1170 Peachtree St NE, Atlanta, GA 30309, USA
Phone:
';var m_923e325e16617477e457f6a468a2d6df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Funding Group',});m_923e325e16617477e457f6a468a2d6df['infowindow'] = new google.maps.InfoWindow({content: $l923e325e16617477e457f6a468a2d6df});var infowindow = new google.maps.InfoWindow({content: $l923e325e16617477e457f6a468a2d6df});google.maps.event.addListener(m_923e325e16617477e457f6a468a2d6df, 'click', function() {infowindow.open(map,m_923e325e16617477e457f6a468a2d6df);});$marker.push(m_923e325e16617477e457f6a468a2d6df);}});}google.maps.event.addDomListener(window, 'load', initialize);