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.8231,-84.1107)};var g_c001b39d3b1b6e0a8e0774fab9aea2cf = new google.maps.Geocoder();g_c001b39d3b1b6e0a8e0774fab9aea2cf.geocode( { 'address': "5226 Stone Mountain Hwy, Stone Mountain, GA 30087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stone-mountain-GA-first-american-title-lending').style.display = '';map = new google.maps.Map(document.getElementById('stone-mountain-GA-first-american-title-lending'), mapOptions);}document.getElementById('0a636682').innerHTML += ' | View Map';var $lc001b39d3b1b6e0a8e0774fab9aea2cf = '

First American Title Lending

Address: 5226 Stone Mountain Hwy, Stone Mountain, GA 30087, USA
Phone: (770) 879-3240
';var m_c001b39d3b1b6e0a8e0774fab9aea2cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American Title Lending',});m_c001b39d3b1b6e0a8e0774fab9aea2cf['infowindow'] = new google.maps.InfoWindow({content: $lc001b39d3b1b6e0a8e0774fab9aea2cf});var infowindow = new google.maps.InfoWindow({content: $lc001b39d3b1b6e0a8e0774fab9aea2cf});google.maps.event.addListener(m_c001b39d3b1b6e0a8e0774fab9aea2cf, 'click', function() {infowindow.open(map,m_c001b39d3b1b6e0a8e0774fab9aea2cf);});$marker.push(m_c001b39d3b1b6e0a8e0774fab9aea2cf);}});}google.maps.event.addDomListener(window, 'load', initialize);