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.2875,-81.5401)};var g_fcb81d80812ce559d11b778ac709b82a = new google.maps.Geocoder();g_fcb81d80812ce559d11b778ac709b82a.geocode( { 'address': "409 S Lafayette St, Shelby, NC 28150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-NC-m--j-loans-of-shelby-inc').style.display = '';map = new google.maps.Map(document.getElementById('shelby-NC-m--j-loans-of-shelby-inc'), mapOptions);}document.getElementById('27d00fc6').innerHTML += ' | View Map';var $lfcb81d80812ce559d11b778ac709b82a = '

M & J Loans of Shelby, Inc

Address: 409 S Lafayette St, Shelby, NC 28150, USA
Phone: (704) 487-4141
';var m_fcb81d80812ce559d11b778ac709b82a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & J Loans of Shelby, Inc',});m_fcb81d80812ce559d11b778ac709b82a['infowindow'] = new google.maps.InfoWindow({content: $lfcb81d80812ce559d11b778ac709b82a});var infowindow = new google.maps.InfoWindow({content: $lfcb81d80812ce559d11b778ac709b82a});google.maps.event.addListener(m_fcb81d80812ce559d11b778ac709b82a, 'click', function() {infowindow.open(map,m_fcb81d80812ce559d11b778ac709b82a);});$marker.push(m_fcb81d80812ce559d11b778ac709b82a);}});}google.maps.event.addDomListener(window, 'load', initialize);