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.5762,-87.8864)};var g_678375416d1b7c0a8e2254e1aa804954 = new google.maps.Geocoder();g_678375416d1b7c0a8e2254e1aa804954.geocode( { 'address': "6430 Green Bay Rd, Kenosha, WI 53142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenosha-WI-americash-loans').style.display = '';map = new google.maps.Map(document.getElementById('kenosha-WI-americash-loans'), mapOptions);}document.getElementById('6365616c').innerHTML += ' | View Map';var $l678375416d1b7c0a8e2254e1aa804954 = '

AmeriCash Loans

Address: 6430 Green Bay Rd, Kenosha, WI 53142, USA
Phone: (262) 605-9777
';var m_678375416d1b7c0a8e2254e1aa804954 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmeriCash Loans',});m_678375416d1b7c0a8e2254e1aa804954['infowindow'] = new google.maps.InfoWindow({content: $l678375416d1b7c0a8e2254e1aa804954});var infowindow = new google.maps.InfoWindow({content: $l678375416d1b7c0a8e2254e1aa804954});google.maps.event.addListener(m_678375416d1b7c0a8e2254e1aa804954, 'click', function() {infowindow.open(map,m_678375416d1b7c0a8e2254e1aa804954);});$marker.push(m_678375416d1b7c0a8e2254e1aa804954);}});}google.maps.event.addDomListener(window, 'load', initialize);