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(38.3632,-93.7496)};var g_aca32cebd4093122901a29e3b0cdc0ac = new google.maps.Geocoder();g_aca32cebd4093122901a29e3b0cdc0ac.geocode( { 'address': "1716 E Ohio St b, Clinton, MO 64735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MO-lendnation').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MO-lendnation'), mapOptions);}document.getElementById('99d157e4').innerHTML += ' | View Map';var $laca32cebd4093122901a29e3b0cdc0ac = '

LendNation

Address: 1716 E Ohio St b, Clinton, MO 64735, USA
Phone: (660) 885-2170
';var m_aca32cebd4093122901a29e3b0cdc0ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LendNation',});m_aca32cebd4093122901a29e3b0cdc0ac['infowindow'] = new google.maps.InfoWindow({content: $laca32cebd4093122901a29e3b0cdc0ac});var infowindow = new google.maps.InfoWindow({content: $laca32cebd4093122901a29e3b0cdc0ac});google.maps.event.addListener(m_aca32cebd4093122901a29e3b0cdc0ac, 'click', function() {infowindow.open(map,m_aca32cebd4093122901a29e3b0cdc0ac);});$marker.push(m_aca32cebd4093122901a29e3b0cdc0ac);}});}google.maps.event.addDomListener(window, 'load', initialize);