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(34.3856,-84.0224)};var g_dabfc765ce45bd59236ad5ccc83f0d3d = new google.maps.Geocoder();g_dabfc765ce45bd59236ad5ccc83f0d3d.geocode( { 'address': "42 E Grant Rd # 210, Dawsonville, GA 30534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dawsonville-GA-north-ga-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('dawsonville-GA-north-ga-credit-services'), mapOptions);}document.getElementById('9fe9b5b8').innerHTML += ' | View Map';var $ldabfc765ce45bd59236ad5ccc83f0d3d = '

North Ga Credit Services

Address: 42 E Grant Rd # 210, Dawsonville, GA 30534, USA
Phone: (706) 216-2421
';var m_dabfc765ce45bd59236ad5ccc83f0d3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Ga Credit Services',});m_dabfc765ce45bd59236ad5ccc83f0d3d['infowindow'] = new google.maps.InfoWindow({content: $ldabfc765ce45bd59236ad5ccc83f0d3d});var infowindow = new google.maps.InfoWindow({content: $ldabfc765ce45bd59236ad5ccc83f0d3d});google.maps.event.addListener(m_dabfc765ce45bd59236ad5ccc83f0d3d, 'click', function() {infowindow.open(map,m_dabfc765ce45bd59236ad5ccc83f0d3d);});$marker.push(m_dabfc765ce45bd59236ad5ccc83f0d3d);}});}google.maps.event.addDomListener(window, 'load', initialize);