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(44.5232,-89.565)};var g_54c4fd22d5cbc34e47c9f648278882db = new google.maps.Geocoder();g_54c4fd22d5cbc34e47c9f648278882db.geocode( { 'address': "2337 Main St, Stevens Point, WI 54481, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stevens-point-WI-ez-money').style.display = '';map = new google.maps.Map(document.getElementById('stevens-point-WI-ez-money'), mapOptions);}document.getElementById('5a64cc1a').innerHTML += ' | View Map';var $l54c4fd22d5cbc34e47c9f648278882db = '

EZ Money

Address: 2337 Main St, Stevens Point, WI 54481, USA
Phone: (715) 344-8057
';var m_54c4fd22d5cbc34e47c9f648278882db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money',});m_54c4fd22d5cbc34e47c9f648278882db['infowindow'] = new google.maps.InfoWindow({content: $l54c4fd22d5cbc34e47c9f648278882db});var infowindow = new google.maps.InfoWindow({content: $l54c4fd22d5cbc34e47c9f648278882db});google.maps.event.addListener(m_54c4fd22d5cbc34e47c9f648278882db, 'click', function() {infowindow.open(map,m_54c4fd22d5cbc34e47c9f648278882db);});$marker.push(m_54c4fd22d5cbc34e47c9f648278882db);}});}google.maps.event.addDomListener(window, 'load', initialize);