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(36.2722,-80.8517)};var g_038c16310fe11810fa4164ba151e8ada = new google.maps.Geocoder();g_038c16310fe11810fa4164ba151e8ada.geocode( { 'address': "1534 N Bridge St # 1, Elkin, NC 28621, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkin-NC-carolina-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('elkin-NC-carolina-finance-company'), mapOptions);}document.getElementById('978f14dd').innerHTML += ' | View Map';var $l038c16310fe11810fa4164ba151e8ada = '

Carolina Finance Company

Address: 1534 N Bridge St # 1, Elkin, NC 28621, USA
Phone: (336) 526-6009
';var m_038c16310fe11810fa4164ba151e8ada = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Finance Company',});m_038c16310fe11810fa4164ba151e8ada['infowindow'] = new google.maps.InfoWindow({content: $l038c16310fe11810fa4164ba151e8ada});var infowindow = new google.maps.InfoWindow({content: $l038c16310fe11810fa4164ba151e8ada});google.maps.event.addListener(m_038c16310fe11810fa4164ba151e8ada, 'click', function() {infowindow.open(map,m_038c16310fe11810fa4164ba151e8ada);});$marker.push(m_038c16310fe11810fa4164ba151e8ada);}});}google.maps.event.addDomListener(window, 'load', initialize);