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(39.1129,-93.2141)};var g_761276884d53f16037428565908c0f55 = new google.maps.Geocoder();g_761276884d53f16037428565908c0f55.geocode( { 'address': "807 Cherokee Dr, Marshall, MO 65340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-MO-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('marshall-MO-sun-loan-company'), mapOptions);}document.getElementById('d06f6e72').innerHTML += ' | View Map';var $l761276884d53f16037428565908c0f55 = '

Sun Loan Company

Address: 807 Cherokee Dr, Marshall, MO 65340, USA
Phone: (660) 886-4800
';var m_761276884d53f16037428565908c0f55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_761276884d53f16037428565908c0f55['infowindow'] = new google.maps.InfoWindow({content: $l761276884d53f16037428565908c0f55});var infowindow = new google.maps.InfoWindow({content: $l761276884d53f16037428565908c0f55});google.maps.event.addListener(m_761276884d53f16037428565908c0f55, 'click', function() {infowindow.open(map,m_761276884d53f16037428565908c0f55);});$marker.push(m_761276884d53f16037428565908c0f55);}});}google.maps.event.addDomListener(window, 'load', initialize);