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.8854,-84.4616)};var g_dc9c1c8ca4414d47c20e8ff3fd21a3bb = new google.maps.Geocoder();g_dc9c1c8ca4414d47c20e8ff3fd21a3bb.geocode( { 'address': "600 Galleria Pkwy #170, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-wesley-murphy-atlanta-mortgage-banker').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-wesley-murphy-atlanta-mortgage-banker'), mapOptions);}document.getElementById('e030e599').innerHTML += ' | View Map';var $ldc9c1c8ca4414d47c20e8ff3fd21a3bb = '

Wesley Murphy, Atlanta Mortgage Banker

Address: 600 Galleria Pkwy #170, Atlanta, GA 30339, USA
Phone: (404) 585-0249
';var m_dc9c1c8ca4414d47c20e8ff3fd21a3bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wesley Murphy, Atlanta Mortgage Banker',});m_dc9c1c8ca4414d47c20e8ff3fd21a3bb['infowindow'] = new google.maps.InfoWindow({content: $ldc9c1c8ca4414d47c20e8ff3fd21a3bb});var infowindow = new google.maps.InfoWindow({content: $ldc9c1c8ca4414d47c20e8ff3fd21a3bb});google.maps.event.addListener(m_dc9c1c8ca4414d47c20e8ff3fd21a3bb, 'click', function() {infowindow.open(map,m_dc9c1c8ca4414d47c20e8ff3fd21a3bb);});$marker.push(m_dc9c1c8ca4414d47c20e8ff3fd21a3bb);}});}google.maps.event.addDomListener(window, 'load', initialize);