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.2385,-81.3443)};var g_274418add9b6d8663419e406bb41d7fd = new google.maps.Geocoder();g_274418add9b6d8663419e406bb41d7fd.geocode( { 'address': "219 S Battleground Ave, Kings Mountain, NC 28086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kings-mountain-NC-amity-finance-kings-mountain').style.display = '';map = new google.maps.Map(document.getElementById('kings-mountain-NC-amity-finance-kings-mountain'), mapOptions);}document.getElementById('575fd586').innerHTML += ' | View Map';var $l274418add9b6d8663419e406bb41d7fd = '

Amity Finance-Kings Mountain

Address: 219 S Battleground Ave, Kings Mountain, NC 28086, USA
Phone: (704) 739-1311
';var m_274418add9b6d8663419e406bb41d7fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amity Finance-Kings Mountain',});m_274418add9b6d8663419e406bb41d7fd['infowindow'] = new google.maps.InfoWindow({content: $l274418add9b6d8663419e406bb41d7fd});var infowindow = new google.maps.InfoWindow({content: $l274418add9b6d8663419e406bb41d7fd});google.maps.event.addListener(m_274418add9b6d8663419e406bb41d7fd, 'click', function() {infowindow.open(map,m_274418add9b6d8663419e406bb41d7fd);});$marker.push(m_274418add9b6d8663419e406bb41d7fd);}});}google.maps.event.addDomListener(window, 'load', initialize);