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(37.0542,-94.4862)};var g_c147b2046b3ba8ce671259b40063d7bf = new google.maps.Geocoder();g_c147b2046b3ba8ce671259b40063d7bf.geocode( { 'address': "2640 E 32nd St, Joplin, MO 64804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('joplin-MO-ez-money-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('joplin-MO-ez-money-check-cashing'), mapOptions);}document.getElementById('7e8f542a').innerHTML += ' | View Map';var $lc147b2046b3ba8ce671259b40063d7bf = '

EZ Money Check Cashing

Address: 2640 E 32nd St, Joplin, MO 64804, USA
Phone: (417) 621-0307
';var m_c147b2046b3ba8ce671259b40063d7bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money Check Cashing',});m_c147b2046b3ba8ce671259b40063d7bf['infowindow'] = new google.maps.InfoWindow({content: $lc147b2046b3ba8ce671259b40063d7bf});var infowindow = new google.maps.InfoWindow({content: $lc147b2046b3ba8ce671259b40063d7bf});google.maps.event.addListener(m_c147b2046b3ba8ce671259b40063d7bf, 'click', function() {infowindow.open(map,m_c147b2046b3ba8ce671259b40063d7bf);});$marker.push(m_c147b2046b3ba8ce671259b40063d7bf);}});}google.maps.event.addDomListener(window, 'load', initialize);