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.838,-83.9021)};var g_e095c4a95e189556ccbff380afea7804 = new google.maps.Geocoder();g_e095c4a95e189556ccbff380afea7804.geocode( { 'address': "131 Lee Byrd Rd, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-first-chance-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-first-chance-mortgage-inc'), mapOptions);}document.getElementById('30f98957').innerHTML += ' | View Map';var $le095c4a95e189556ccbff380afea7804 = '

First Chance Mortgage Inc

Address: 131 Lee Byrd Rd, Loganville, GA 30052, USA
Phone: (678) 957-6733
';var m_e095c4a95e189556ccbff380afea7804 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Chance Mortgage Inc',});m_e095c4a95e189556ccbff380afea7804['infowindow'] = new google.maps.InfoWindow({content: $le095c4a95e189556ccbff380afea7804});var infowindow = new google.maps.InfoWindow({content: $le095c4a95e189556ccbff380afea7804});google.maps.event.addListener(m_e095c4a95e189556ccbff380afea7804, 'click', function() {infowindow.open(map,m_e095c4a95e189556ccbff380afea7804);});$marker.push(m_e095c4a95e189556ccbff380afea7804);}});}google.maps.event.addDomListener(window, 'load', initialize);