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.9518,-84.5505)};var g_50736446bdbc147dafe4f7a190651642 = new google.maps.Geocoder();g_50736446bdbc147dafe4f7a190651642.geocode( { 'address': "12 Powder Springs St #200, Marietta, GA 30064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-alcova-mortgage--marietta-ga').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-alcova-mortgage--marietta-ga'), mapOptions);}document.getElementById('d712cdcb').innerHTML += ' | View Map';var $l50736446bdbc147dafe4f7a190651642 = '

ALCOVA Mortgage | Marietta, GA

Address: 12 Powder Springs St #200, Marietta, GA 30064, USA
Phone: (678) 813-1586
';var m_50736446bdbc147dafe4f7a190651642 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ALCOVA Mortgage | Marietta, GA',});m_50736446bdbc147dafe4f7a190651642['infowindow'] = new google.maps.InfoWindow({content: $l50736446bdbc147dafe4f7a190651642});var infowindow = new google.maps.InfoWindow({content: $l50736446bdbc147dafe4f7a190651642});google.maps.event.addListener(m_50736446bdbc147dafe4f7a190651642, 'click', function() {infowindow.open(map,m_50736446bdbc147dafe4f7a190651642);});$marker.push(m_50736446bdbc147dafe4f7a190651642);}});}google.maps.event.addDomListener(window, 'load', initialize);