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.083,-86.436)};var g_dc3057816d58116a2a3d584741eb463e = new google.maps.Geocoder();g_dc3057816d58116a2a3d584741eb463e.geocode( { 'address': "1963 M-139, Benton Harbor, MI 49022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benton-harbor-MI-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('benton-harbor-MI-complete-cash'), mapOptions);}document.getElementById('506d146e').innerHTML += ' | View Map';var $ldc3057816d58116a2a3d584741eb463e = '

Complete Cash

Address: 1963 M-139, Benton Harbor, MI 49022, USA
Phone: (269) 925-8329
';var m_dc3057816d58116a2a3d584741eb463e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complete Cash',});m_dc3057816d58116a2a3d584741eb463e['infowindow'] = new google.maps.InfoWindow({content: $ldc3057816d58116a2a3d584741eb463e});var infowindow = new google.maps.InfoWindow({content: $ldc3057816d58116a2a3d584741eb463e});google.maps.event.addListener(m_dc3057816d58116a2a3d584741eb463e, 'click', function() {infowindow.open(map,m_dc3057816d58116a2a3d584741eb463e);});$marker.push(m_dc3057816d58116a2a3d584741eb463e);}});}google.maps.event.addDomListener(window, 'load', initialize);