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.9537,-84.5412)};var g_f5baaf0afe419681731ec3d30dafd954 = new google.maps.Geocoder();g_f5baaf0afe419681731ec3d30dafd954.geocode( { 'address': "707 Whitlock Ave Sw, Marietta, GA 30064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-first-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-first-mortgage-corporation'), mapOptions);}document.getElementById('cc6de20e').innerHTML += ' | View Map';var $lf5baaf0afe419681731ec3d30dafd954 = '

First Mortgage Corporation

Address: 707 Whitlock Ave Sw, Marietta, GA 30064
Phone: (770) 419-4646
';var m_f5baaf0afe419681731ec3d30dafd954 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mortgage Corporation',});m_f5baaf0afe419681731ec3d30dafd954['infowindow'] = new google.maps.InfoWindow({content: $lf5baaf0afe419681731ec3d30dafd954});var infowindow = new google.maps.InfoWindow({content: $lf5baaf0afe419681731ec3d30dafd954});google.maps.event.addListener(m_f5baaf0afe419681731ec3d30dafd954, 'click', function() {infowindow.open(map,m_f5baaf0afe419681731ec3d30dafd954);});$marker.push(m_f5baaf0afe419681731ec3d30dafd954);}});}google.maps.event.addDomListener(window, 'load', initialize);