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.882,-85.773)};var g_50c717b51725e28e23bc0ff093d57a82 = new google.maps.Geocoder();g_50c717b51725e28e23bc0ff093d57a82.geocode( { 'address': "4555 Canal Ave SW, Grandville, MI 49418, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grandville-MI-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('grandville-MI-flagstar-bank'), mapOptions);}document.getElementById('a534eac3').innerHTML += ' | View Map';var $l50c717b51725e28e23bc0ff093d57a82 = '

Flagstar Bank

Address: 4555 Canal Ave SW, Grandville, MI 49418, USA
Phone: (616) 534-4456
';var m_50c717b51725e28e23bc0ff093d57a82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_50c717b51725e28e23bc0ff093d57a82['infowindow'] = new google.maps.InfoWindow({content: $l50c717b51725e28e23bc0ff093d57a82});var infowindow = new google.maps.InfoWindow({content: $l50c717b51725e28e23bc0ff093d57a82});google.maps.event.addListener(m_50c717b51725e28e23bc0ff093d57a82, 'click', function() {infowindow.open(map,m_50c717b51725e28e23bc0ff093d57a82);});$marker.push(m_50c717b51725e28e23bc0ff093d57a82);}});}google.maps.event.addDomListener(window, 'load', initialize);