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(45.3979,-92.6044)};var g_b0d4284d98377bc5d0f7a77a7d8315ae = new google.maps.Geocoder();g_b0d4284d98377bc5d0f7a77a7d8315ae.geocode( { 'address': "2163 US-8, St Croix Falls, WI 54024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-croix-falls-WI-ez-money').style.display = '';map = new google.maps.Map(document.getElementById('saint-croix-falls-WI-ez-money'), mapOptions);}document.getElementById('c77f0b2a').innerHTML += ' | View Map';var $lb0d4284d98377bc5d0f7a77a7d8315ae = '

EZ Money

Address: 2163 US-8, St Croix Falls, WI 54024, USA
Phone: (715) 483-2635
';var m_b0d4284d98377bc5d0f7a77a7d8315ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money',});m_b0d4284d98377bc5d0f7a77a7d8315ae['infowindow'] = new google.maps.InfoWindow({content: $lb0d4284d98377bc5d0f7a77a7d8315ae});var infowindow = new google.maps.InfoWindow({content: $lb0d4284d98377bc5d0f7a77a7d8315ae});google.maps.event.addListener(m_b0d4284d98377bc5d0f7a77a7d8315ae, 'click', function() {infowindow.open(map,m_b0d4284d98377bc5d0f7a77a7d8315ae);});$marker.push(m_b0d4284d98377bc5d0f7a77a7d8315ae);}});}google.maps.event.addDomListener(window, 'load', initialize);