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.5828,-83.609)};var g_b375ad49276a6ce020087e6fab3d4250 = new google.maps.Geocoder();g_b375ad49276a6ce020087e6fab3d4250.geocode( { 'address': "599 General Motors Rd, Milford, MI 48381, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-charter-township-MI-atm-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('milford-charter-township-MI-atm-flagstar-bank'), mapOptions);}document.getElementById('82c59bc4').innerHTML += ' | View Map';var $lb375ad49276a6ce020087e6fab3d4250 = '

ATM (Flagstar Bank)

Address: 599 General Motors Rd, Milford, MI 48381, USA
Phone: (248) 676-2095
';var m_b375ad49276a6ce020087e6fab3d4250 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Flagstar Bank)',});m_b375ad49276a6ce020087e6fab3d4250['infowindow'] = new google.maps.InfoWindow({content: $lb375ad49276a6ce020087e6fab3d4250});var infowindow = new google.maps.InfoWindow({content: $lb375ad49276a6ce020087e6fab3d4250});google.maps.event.addListener(m_b375ad49276a6ce020087e6fab3d4250, 'click', function() {infowindow.open(map,m_b375ad49276a6ce020087e6fab3d4250);});$marker.push(m_b375ad49276a6ce020087e6fab3d4250);}});}google.maps.event.addDomListener(window, 'load', initialize);