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.2184,-92.58)};var g_2a9ac198d3db5d2bf80ed5ab4e25da05 = new google.maps.Geocoder();g_2a9ac198d3db5d2bf80ed5ab4e25da05.geocode( { 'address': "2406 N Baltimore St, Kirksville, MO 63501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirksville-MO-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('kirksville-MO-sun-loan-company'), mapOptions);}document.getElementById('c89a8a80').innerHTML += ' | View Map';var $l2a9ac198d3db5d2bf80ed5ab4e25da05 = '

Sun Loan Company

Address: 2406 N Baltimore St, Kirksville, MO 63501, USA
Phone: (660) 665-8512
';var m_2a9ac198d3db5d2bf80ed5ab4e25da05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_2a9ac198d3db5d2bf80ed5ab4e25da05['infowindow'] = new google.maps.InfoWindow({content: $l2a9ac198d3db5d2bf80ed5ab4e25da05});var infowindow = new google.maps.InfoWindow({content: $l2a9ac198d3db5d2bf80ed5ab4e25da05});google.maps.event.addListener(m_2a9ac198d3db5d2bf80ed5ab4e25da05, 'click', function() {infowindow.open(map,m_2a9ac198d3db5d2bf80ed5ab4e25da05);});$marker.push(m_2a9ac198d3db5d2bf80ed5ab4e25da05);}});}google.maps.event.addDomListener(window, 'load', initialize);