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(36.9516,-86.4243)};var g_cc632b8f825028b4fce3dd9b97307929 = new google.maps.Geocoder();g_cc632b8f825028b4fce3dd9b97307929.geocode( { 'address': "2530 Scottsville Rd #106a, Bowling Green, KY 42104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-KY-nations-lending').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-KY-nations-lending'), mapOptions);}document.getElementById('36ac3e45').innerHTML += ' | View Map';var $lcc632b8f825028b4fce3dd9b97307929 = '

Nations Lending

Address: 2530 Scottsville Rd #106a, Bowling Green, KY 42104, USA
Phone: (866) 694-7279
';var m_cc632b8f825028b4fce3dd9b97307929 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nations Lending',});m_cc632b8f825028b4fce3dd9b97307929['infowindow'] = new google.maps.InfoWindow({content: $lcc632b8f825028b4fce3dd9b97307929});var infowindow = new google.maps.InfoWindow({content: $lcc632b8f825028b4fce3dd9b97307929});google.maps.event.addListener(m_cc632b8f825028b4fce3dd9b97307929, 'click', function() {infowindow.open(map,m_cc632b8f825028b4fce3dd9b97307929);});$marker.push(m_cc632b8f825028b4fce3dd9b97307929);}});}google.maps.event.addDomListener(window, 'load', initialize);