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.6812,-82.0076)};var g_28432d7cdcbfc28036c7e48cf67b5100 = new google.maps.Geocoder();g_28432d7cdcbfc28036c7e48cf67b5100.geocode( { 'address': "216 S Main St, Marion, NC 28752, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-NC-marion-credit-company-inc').style.display = '';map = new google.maps.Map(document.getElementById('marion-NC-marion-credit-company-inc'), mapOptions);}document.getElementById('cef9c709').innerHTML += ' | View Map';var $l28432d7cdcbfc28036c7e48cf67b5100 = '

Marion Credit Company, Inc.

Address: 216 S Main St, Marion, NC 28752, USA
Phone: (828) 652-3661
';var m_28432d7cdcbfc28036c7e48cf67b5100 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marion Credit Company, Inc.',});m_28432d7cdcbfc28036c7e48cf67b5100['infowindow'] = new google.maps.InfoWindow({content: $l28432d7cdcbfc28036c7e48cf67b5100});var infowindow = new google.maps.InfoWindow({content: $l28432d7cdcbfc28036c7e48cf67b5100});google.maps.event.addListener(m_28432d7cdcbfc28036c7e48cf67b5100, 'click', function() {infowindow.open(map,m_28432d7cdcbfc28036c7e48cf67b5100);});$marker.push(m_28432d7cdcbfc28036c7e48cf67b5100);}});}google.maps.event.addDomListener(window, 'load', initialize);