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.8559,-84.3953)};var g_815c4377ca3bbd510d24281b6fb5f29f = new google.maps.Geocoder();g_815c4377ca3bbd510d24281b6fb5f29f.geocode( { 'address': "1010 Huntcliff, Atlanta, GA 30350"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-phoenix-global-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-phoenix-global-mortgage'), mapOptions);}document.getElementById('2ff45504').innerHTML += ' | View Map';var $l815c4377ca3bbd510d24281b6fb5f29f = '

Phoenix Global Mortgage

Address: 1010 Huntcliff, Atlanta, GA 30350
Phone: (770) 518-2440
';var m_815c4377ca3bbd510d24281b6fb5f29f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Phoenix Global Mortgage',});m_815c4377ca3bbd510d24281b6fb5f29f['infowindow'] = new google.maps.InfoWindow({content: $l815c4377ca3bbd510d24281b6fb5f29f});var infowindow = new google.maps.InfoWindow({content: $l815c4377ca3bbd510d24281b6fb5f29f});google.maps.event.addListener(m_815c4377ca3bbd510d24281b6fb5f29f, 'click', function() {infowindow.open(map,m_815c4377ca3bbd510d24281b6fb5f29f);});$marker.push(m_815c4377ca3bbd510d24281b6fb5f29f);}});}google.maps.event.addDomListener(window, 'load', initialize);