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.0485,-82.0908)};var g_999028872cfff7ae8ee330a33cbd3874 = new google.maps.Geocoder();g_999028872cfff7ae8ee330a33cbd3874.geocode( { 'address': "29 N Main St, Inman, SC 29349, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('inman-SC-heritage-credit').style.display = '';map = new google.maps.Map(document.getElementById('inman-SC-heritage-credit'), mapOptions);}document.getElementById('e3f2fcf9').innerHTML += ' | View Map';var $l999028872cfff7ae8ee330a33cbd3874 = '

Heritage Credit

Address: 29 N Main St, Inman, SC 29349, USA
Phone: (864) 472-2036
';var m_999028872cfff7ae8ee330a33cbd3874 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Credit',});m_999028872cfff7ae8ee330a33cbd3874['infowindow'] = new google.maps.InfoWindow({content: $l999028872cfff7ae8ee330a33cbd3874});var infowindow = new google.maps.InfoWindow({content: $l999028872cfff7ae8ee330a33cbd3874});google.maps.event.addListener(m_999028872cfff7ae8ee330a33cbd3874, 'click', function() {infowindow.open(map,m_999028872cfff7ae8ee330a33cbd3874);});$marker.push(m_999028872cfff7ae8ee330a33cbd3874);}});}google.maps.event.addDomListener(window, 'load', initialize);