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(41.3934,-81.6546)};var g_633b068fcffcbe7a7c7499bd30fe2dea = new google.maps.Geocoder();g_633b068fcffcbe7a7c7499bd30fe2dea.geocode( { 'address': "4 Summit Park Dr #200, Independence, OH 44131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-OH-nlc-loans').style.display = '';map = new google.maps.Map(document.getElementById('independence-OH-nlc-loans'), mapOptions);}document.getElementById('f07c501d').innerHTML += ' | View Map';var $l633b068fcffcbe7a7c7499bd30fe2dea = '

NLC Loans

Address: 4 Summit Park Dr #200, Independence, OH 44131, USA
Phone: (877) 480-8050
';var m_633b068fcffcbe7a7c7499bd30fe2dea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NLC Loans',});m_633b068fcffcbe7a7c7499bd30fe2dea['infowindow'] = new google.maps.InfoWindow({content: $l633b068fcffcbe7a7c7499bd30fe2dea});var infowindow = new google.maps.InfoWindow({content: $l633b068fcffcbe7a7c7499bd30fe2dea});google.maps.event.addListener(m_633b068fcffcbe7a7c7499bd30fe2dea, 'click', function() {infowindow.open(map,m_633b068fcffcbe7a7c7499bd30fe2dea);});$marker.push(m_633b068fcffcbe7a7c7499bd30fe2dea);}});}google.maps.event.addDomListener(window, 'load', initialize);