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(35.4796,-80.8882)};var g_bf3adb168dd54abc12a8999465cb99de = new google.maps.Geocoder();g_bf3adb168dd54abc12a8999465cb99de.geocode( { 'address': "19701 Bethel Church Rd #101, Cornelius, NC 28031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelius-NC-homestar-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('cornelius-NC-homestar-financial-corporation'), mapOptions);}document.getElementById('993314e5').innerHTML += ' | View Map';var $lbf3adb168dd54abc12a8999465cb99de = '

Homestar Financial Corporation

Address: 19701 Bethel Church Rd #101, Cornelius, NC 28031, USA
Phone: (704) 526-4831
';var m_bf3adb168dd54abc12a8999465cb99de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homestar Financial Corporation',});m_bf3adb168dd54abc12a8999465cb99de['infowindow'] = new google.maps.InfoWindow({content: $lbf3adb168dd54abc12a8999465cb99de});var infowindow = new google.maps.InfoWindow({content: $lbf3adb168dd54abc12a8999465cb99de});google.maps.event.addListener(m_bf3adb168dd54abc12a8999465cb99de, 'click', function() {infowindow.open(map,m_bf3adb168dd54abc12a8999465cb99de);});$marker.push(m_bf3adb168dd54abc12a8999465cb99de);}});}google.maps.event.addDomListener(window, 'load', initialize);