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.8897,-84.4654)};var g_3cef96dcc9b8035d23f69e30bb19218a = new google.maps.Geocoder();g_3cef96dcc9b8035d23f69e30bb19218a.geocode( { 'address': "1100 Circle 75 Pkwy #920, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-vinings-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-vinings-mortgage'), mapOptions);}document.getElementById('f3b4af78').innerHTML += ' | View Map';var $l3cef96dcc9b8035d23f69e30bb19218a = '

Vinings Mortgage

Address: 1100 Circle 75 Pkwy #920, Atlanta, GA 30339, USA
Phone: (770) 803-6400
';var m_3cef96dcc9b8035d23f69e30bb19218a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vinings Mortgage',});m_3cef96dcc9b8035d23f69e30bb19218a['infowindow'] = new google.maps.InfoWindow({content: $l3cef96dcc9b8035d23f69e30bb19218a});var infowindow = new google.maps.InfoWindow({content: $l3cef96dcc9b8035d23f69e30bb19218a});google.maps.event.addListener(m_3cef96dcc9b8035d23f69e30bb19218a, 'click', function() {infowindow.open(map,m_3cef96dcc9b8035d23f69e30bb19218a);});$marker.push(m_3cef96dcc9b8035d23f69e30bb19218a);}});}google.maps.event.addDomListener(window, 'load', initialize);