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.9597,-87.9251)};var g_a8c3343ad993f996d9fa7df03a2f31a8 = new google.maps.Geocoder();g_a8c3343ad993f996d9fa7df03a2f31a8.geocode( { 'address': "1010 W Layton Ave, Milwaukee, WI 53221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukee-WI-check-cashing-by-cfsc-6').style.display = '';map = new google.maps.Map(document.getElementById('milwaukee-WI-check-cashing-by-cfsc-6'), mapOptions);}document.getElementById('c4967e04').innerHTML += ' | View Map';var $la8c3343ad993f996d9fa7df03a2f31a8 = '

Check Cashing by CFSC #6

Address: 1010 W Layton Ave, Milwaukee, WI 53221, USA
Phone: (414) 875-6606
';var m_a8c3343ad993f996d9fa7df03a2f31a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing by CFSC #6',});m_a8c3343ad993f996d9fa7df03a2f31a8['infowindow'] = new google.maps.InfoWindow({content: $la8c3343ad993f996d9fa7df03a2f31a8});var infowindow = new google.maps.InfoWindow({content: $la8c3343ad993f996d9fa7df03a2f31a8});google.maps.event.addListener(m_a8c3343ad993f996d9fa7df03a2f31a8, 'click', function() {infowindow.open(map,m_a8c3343ad993f996d9fa7df03a2f31a8);});$marker.push(m_a8c3343ad993f996d9fa7df03a2f31a8);}});}google.maps.event.addDomListener(window, 'load', initialize);