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.9373,-87.9504)};var g_65eac0adbe72ac6c686994413988b924 = new google.maps.Geocoder();g_65eac0adbe72ac6c686994413988b924.geocode( { 'address': "2787 W Ramsey Ave, Greenfield, WI 53221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenfield-WI-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('greenfield-WI-check-into-cash'), mapOptions);}document.getElementById('7f1dea85').innerHTML += ' | View Map';var $l65eac0adbe72ac6c686994413988b924 = '

Check Into Cash

Address: 2787 W Ramsey Ave, Greenfield, WI 53221, USA
Phone: (877) 244-8254
';var m_65eac0adbe72ac6c686994413988b924 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_65eac0adbe72ac6c686994413988b924['infowindow'] = new google.maps.InfoWindow({content: $l65eac0adbe72ac6c686994413988b924});var infowindow = new google.maps.InfoWindow({content: $l65eac0adbe72ac6c686994413988b924});google.maps.event.addListener(m_65eac0adbe72ac6c686994413988b924, 'click', function() {infowindow.open(map,m_65eac0adbe72ac6c686994413988b924);});$marker.push(m_65eac0adbe72ac6c686994413988b924);}});}google.maps.event.addDomListener(window, 'load', initialize);