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.8787,-85.6253)};var g_7462d4179056e65bcd3f2b8bcedc7277 = new google.maps.Geocoder();g_7462d4179056e65bcd3f2b8bcedc7277.geocode( { 'address': "4660 Kalamazoo Ave SE, Grand Rapids, MI 49508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-first-national-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-first-national-bank-of-america'), mapOptions);}document.getElementById('c48b746b').innerHTML += ' | View Map';var $l7462d4179056e65bcd3f2b8bcedc7277 = '

First National Bank Of America

Address: 4660 Kalamazoo Ave SE, Grand Rapids, MI 49508, USA
Phone: (616) 538-6040
';var m_7462d4179056e65bcd3f2b8bcedc7277 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of America',});m_7462d4179056e65bcd3f2b8bcedc7277['infowindow'] = new google.maps.InfoWindow({content: $l7462d4179056e65bcd3f2b8bcedc7277});var infowindow = new google.maps.InfoWindow({content: $l7462d4179056e65bcd3f2b8bcedc7277});google.maps.event.addListener(m_7462d4179056e65bcd3f2b8bcedc7277, 'click', function() {infowindow.open(map,m_7462d4179056e65bcd3f2b8bcedc7277);});$marker.push(m_7462d4179056e65bcd3f2b8bcedc7277);}});}google.maps.event.addDomListener(window, 'load', initialize);