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.7012,-84.567)};var g_95c453ad25b6e5d133617012c61afc93 = new google.maps.Geocoder();g_95c453ad25b6e5d133617012c61afc93.geocode( { 'address': "3109 S Martin Luther King Jr Blvd, Lansing, MI 48910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansing-MI-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('lansing-MI-check-into-cash'), mapOptions);}document.getElementById('65a04592').innerHTML += ' | View Map';var $l95c453ad25b6e5d133617012c61afc93 = '

Check Into Cash

Address: 3109 S Martin Luther King Jr Blvd, Lansing, MI 48910, USA
Phone: (517) 272-4308
';var m_95c453ad25b6e5d133617012c61afc93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_95c453ad25b6e5d133617012c61afc93['infowindow'] = new google.maps.InfoWindow({content: $l95c453ad25b6e5d133617012c61afc93});var infowindow = new google.maps.InfoWindow({content: $l95c453ad25b6e5d133617012c61afc93});google.maps.event.addListener(m_95c453ad25b6e5d133617012c61afc93, 'click', function() {infowindow.open(map,m_95c453ad25b6e5d133617012c61afc93);});$marker.push(m_95c453ad25b6e5d133617012c61afc93);}});}google.maps.event.addDomListener(window, 'load', initialize);