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(42.0922,-72.581)};var g_f428ed8209a04774dd294d6dc12ae201 = new google.maps.Geocoder();g_f428ed8209a04774dd294d6dc12ae201.geocode( { 'address': "450 Main St, Springfield, MA 01105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MA-the-money-stop').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MA-the-money-stop'), mapOptions);}document.getElementById('57e4e9ed').innerHTML += ' | View Map';var $lf428ed8209a04774dd294d6dc12ae201 = '

The Money Stop

Address: 450 Main St, Springfield, MA 01105, USA
Phone: (413) 301-7048
';var m_f428ed8209a04774dd294d6dc12ae201 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Money Stop',});m_f428ed8209a04774dd294d6dc12ae201['infowindow'] = new google.maps.InfoWindow({content: $lf428ed8209a04774dd294d6dc12ae201});var infowindow = new google.maps.InfoWindow({content: $lf428ed8209a04774dd294d6dc12ae201});google.maps.event.addListener(m_f428ed8209a04774dd294d6dc12ae201, 'click', function() {infowindow.open(map,m_f428ed8209a04774dd294d6dc12ae201);});$marker.push(m_f428ed8209a04774dd294d6dc12ae201);}});}google.maps.event.addDomListener(window, 'load', initialize);