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(41.6728,-86.8934)};var g_65334334604197c6286c6edf2892909b = new google.maps.Geocoder();g_65334334604197c6286c6edf2892909b.geocode( { 'address': "5230 Franklin St, Michigan City, IN 46360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-city-IN-check-cashing---cfsc').style.display = '';map = new google.maps.Map(document.getElementById('michigan-city-IN-check-cashing---cfsc'), mapOptions);}document.getElementById('c784064e').innerHTML += ' | View Map';var $l65334334604197c6286c6edf2892909b = '

CHECK CASHING - CFSC

Address: 5230 Franklin St, Michigan City, IN 46360, USA
Phone: (219) 878-0650
';var m_65334334604197c6286c6edf2892909b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CHECK CASHING - CFSC',});m_65334334604197c6286c6edf2892909b['infowindow'] = new google.maps.InfoWindow({content: $l65334334604197c6286c6edf2892909b});var infowindow = new google.maps.InfoWindow({content: $l65334334604197c6286c6edf2892909b});google.maps.event.addListener(m_65334334604197c6286c6edf2892909b, 'click', function() {infowindow.open(map,m_65334334604197c6286c6edf2892909b);});$marker.push(m_65334334604197c6286c6edf2892909b);}});}google.maps.event.addDomListener(window, 'load', initialize);