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.2042,-93.2625)};var g_064dd810d98eb520f3fd42eab67234bb = new google.maps.Geocoder();g_064dd810d98eb520f3fd42eab67234bb.geocode( { 'address': "525 S Glenstone Ave, Springfield, MO 65802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-ez-money-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-ez-money-check-cashing'), mapOptions);}document.getElementById('ddd5dbf7').innerHTML += ' | View Map';var $l064dd810d98eb520f3fd42eab67234bb = '

EZ Money Check Cashing

Address: 525 S Glenstone Ave, Springfield, MO 65802, USA
Phone: (417) 831-7626
';var m_064dd810d98eb520f3fd42eab67234bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money Check Cashing',});m_064dd810d98eb520f3fd42eab67234bb['infowindow'] = new google.maps.InfoWindow({content: $l064dd810d98eb520f3fd42eab67234bb});var infowindow = new google.maps.InfoWindow({content: $l064dd810d98eb520f3fd42eab67234bb});google.maps.event.addListener(m_064dd810d98eb520f3fd42eab67234bb, 'click', function() {infowindow.open(map,m_064dd810d98eb520f3fd42eab67234bb);});$marker.push(m_064dd810d98eb520f3fd42eab67234bb);}});}google.maps.event.addDomListener(window, 'load', initialize);