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(43.0021,-84.7377)};var g_f79e5312b8d9c4af6494065aebc1a8e8 = new google.maps.Geocoder();g_f79e5312b8d9c4af6494065aebc1a8e8.geocode( { 'address': "10850 E 2nd St, Fowler, MI 48835, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fowler-MI-msufcu-atm').style.display = '';map = new google.maps.Map(document.getElementById('fowler-MI-msufcu-atm'), mapOptions);}document.getElementById('73e7a9e5').innerHTML += ' | View Map';var $lf79e5312b8d9c4af6494065aebc1a8e8 = '

MSUFCU ATM

Address: 10850 E 2nd St, Fowler, MI 48835, USA
Phone: (866) 374-2123
';var m_f79e5312b8d9c4af6494065aebc1a8e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MSUFCU ATM',});m_f79e5312b8d9c4af6494065aebc1a8e8['infowindow'] = new google.maps.InfoWindow({content: $lf79e5312b8d9c4af6494065aebc1a8e8});var infowindow = new google.maps.InfoWindow({content: $lf79e5312b8d9c4af6494065aebc1a8e8});google.maps.event.addListener(m_f79e5312b8d9c4af6494065aebc1a8e8, 'click', function() {infowindow.open(map,m_f79e5312b8d9c4af6494065aebc1a8e8);});$marker.push(m_f79e5312b8d9c4af6494065aebc1a8e8);}});}google.maps.event.addDomListener(window, 'load', initialize);