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.0306,-94.2689)};var g_644dbeb3dfc65056949647d2e95d1a31 = new google.maps.Geocoder();g_644dbeb3dfc65056949647d2e95d1a31.geocode( { 'address': "601 NW Jefferson St, Blue Springs, MO 64014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-springs-MO-american-funding-solutions-llc').style.display = '';map = new google.maps.Map(document.getElementById('blue-springs-MO-american-funding-solutions-llc'), mapOptions);}document.getElementById('66e3724f').innerHTML += ' | View Map';var $l644dbeb3dfc65056949647d2e95d1a31 = '

American Funding Solutions LLC

Address: 601 NW Jefferson St, Blue Springs, MO 64014, USA
Phone: (816) 224-6201
';var m_644dbeb3dfc65056949647d2e95d1a31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Funding Solutions LLC',});m_644dbeb3dfc65056949647d2e95d1a31['infowindow'] = new google.maps.InfoWindow({content: $l644dbeb3dfc65056949647d2e95d1a31});var infowindow = new google.maps.InfoWindow({content: $l644dbeb3dfc65056949647d2e95d1a31});google.maps.event.addListener(m_644dbeb3dfc65056949647d2e95d1a31, 'click', function() {infowindow.open(map,m_644dbeb3dfc65056949647d2e95d1a31);});$marker.push(m_644dbeb3dfc65056949647d2e95d1a31);}});}google.maps.event.addDomListener(window, 'load', initialize);