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.0615,-85.5792)};var g_118d8bc18e3b9c81702ae078699829c4 = new google.maps.Geocoder();g_118d8bc18e3b9c81702ae078699829c4.geocode( { 'address': "5450 Northland Dr NE, Grand Rapids, MI 49525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-atm').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-atm'), mapOptions);}document.getElementById('6970c8b3').innerHTML += ' | View Map';var $l118d8bc18e3b9c81702ae078699829c4 = '

ATM

Address: 5450 Northland Dr NE, Grand Rapids, MI 49525, USA
Phone: (616) 771-5108
';var m_118d8bc18e3b9c81702ae078699829c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_118d8bc18e3b9c81702ae078699829c4['infowindow'] = new google.maps.InfoWindow({content: $l118d8bc18e3b9c81702ae078699829c4});var infowindow = new google.maps.InfoWindow({content: $l118d8bc18e3b9c81702ae078699829c4});google.maps.event.addListener(m_118d8bc18e3b9c81702ae078699829c4, 'click', function() {infowindow.open(map,m_118d8bc18e3b9c81702ae078699829c4);});$marker.push(m_118d8bc18e3b9c81702ae078699829c4);}});}google.maps.event.addDomListener(window, 'load', initialize);