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.4817,-81.1929)};var g_961b27cff1f9ef4ee308bb33fe18a91a = new google.maps.Geocoder();g_961b27cff1f9ef4ee308bb33fe18a91a.geocode( { 'address': "112 James St, Lincolnton, NC 28092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-NC-wilco-finance').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-NC-wilco-finance'), mapOptions);}document.getElementById('82f5f771').innerHTML += ' | View Map';var $l961b27cff1f9ef4ee308bb33fe18a91a = '

Wilco Finance

Address: 112 James St, Lincolnton, NC 28092, USA
Phone: (704) 735-8860
';var m_961b27cff1f9ef4ee308bb33fe18a91a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilco Finance',});m_961b27cff1f9ef4ee308bb33fe18a91a['infowindow'] = new google.maps.InfoWindow({content: $l961b27cff1f9ef4ee308bb33fe18a91a});var infowindow = new google.maps.InfoWindow({content: $l961b27cff1f9ef4ee308bb33fe18a91a});google.maps.event.addListener(m_961b27cff1f9ef4ee308bb33fe18a91a, 'click', function() {infowindow.open(map,m_961b27cff1f9ef4ee308bb33fe18a91a);});$marker.push(m_961b27cff1f9ef4ee308bb33fe18a91a);}});}google.maps.event.addDomListener(window, 'load', initialize);