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.5252,-83.9788)};var g_5c330742c5a1de4c28ba539c81d72d54 = new google.maps.Geocoder();g_5c330742c5a1de4c28ba539c81d72d54.geocode( { 'address': "81 Crown Mountain Pl, Dahlonega, GA 30533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dahlonega-GA-homestar-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('dahlonega-GA-homestar-financial-corporation'), mapOptions);}document.getElementById('4281bf1b').innerHTML += ' | View Map';var $l5c330742c5a1de4c28ba539c81d72d54 = '

Homestar Financial Corporation

Address: 81 Crown Mountain Pl, Dahlonega, GA 30533, USA
Phone: (706) 867-1245
';var m_5c330742c5a1de4c28ba539c81d72d54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homestar Financial Corporation',});m_5c330742c5a1de4c28ba539c81d72d54['infowindow'] = new google.maps.InfoWindow({content: $l5c330742c5a1de4c28ba539c81d72d54});var infowindow = new google.maps.InfoWindow({content: $l5c330742c5a1de4c28ba539c81d72d54});google.maps.event.addListener(m_5c330742c5a1de4c28ba539c81d72d54, 'click', function() {infowindow.open(map,m_5c330742c5a1de4c28ba539c81d72d54);});$marker.push(m_5c330742c5a1de4c28ba539c81d72d54);}});}google.maps.event.addDomListener(window, 'load', initialize);