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(40.2137,-92.5805)};var g_3a457c2a89970f2bc961e1a5022a9d2d = new google.maps.Geocoder();g_3a457c2a89970f2bc961e1a5022a9d2d.geocode( { 'address': "409 E Northtown Rd, Kirksville, MO 63501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirksville-MO-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('kirksville-MO-tower-loan'), mapOptions);}document.getElementById('d819cbc5').innerHTML += ' | View Map';var $l3a457c2a89970f2bc961e1a5022a9d2d = '

Tower Loan

Address: 409 E Northtown Rd, Kirksville, MO 63501, USA
Phone: (660) 627-4005
';var m_3a457c2a89970f2bc961e1a5022a9d2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_3a457c2a89970f2bc961e1a5022a9d2d['infowindow'] = new google.maps.InfoWindow({content: $l3a457c2a89970f2bc961e1a5022a9d2d});var infowindow = new google.maps.InfoWindow({content: $l3a457c2a89970f2bc961e1a5022a9d2d});google.maps.event.addListener(m_3a457c2a89970f2bc961e1a5022a9d2d, 'click', function() {infowindow.open(map,m_3a457c2a89970f2bc961e1a5022a9d2d);});$marker.push(m_3a457c2a89970f2bc961e1a5022a9d2d);}});}google.maps.event.addDomListener(window, 'load', initialize);