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.7982,-83.8264)};var g_16016c2e6a3372cd6b30397fc48810e0 = new google.maps.Geocoder();g_16016c2e6a3372cd6b30397fc48810e0.geocode( { 'address': "8017 Silver Lake Rd, Linden, MI 48451, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('linden-MI-atm-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('linden-MI-atm-citizens-bank'), mapOptions);}document.getElementById('cf192fcf').innerHTML += ' | View Map';var $l16016c2e6a3372cd6b30397fc48810e0 = '

ATM (Citizens Bank)

Address: 8017 Silver Lake Rd, Linden, MI 48451, USA
Phone:
';var m_16016c2e6a3372cd6b30397fc48810e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Citizens Bank)',});m_16016c2e6a3372cd6b30397fc48810e0['infowindow'] = new google.maps.InfoWindow({content: $l16016c2e6a3372cd6b30397fc48810e0});var infowindow = new google.maps.InfoWindow({content: $l16016c2e6a3372cd6b30397fc48810e0});google.maps.event.addListener(m_16016c2e6a3372cd6b30397fc48810e0, 'click', function() {infowindow.open(map,m_16016c2e6a3372cd6b30397fc48810e0);});$marker.push(m_16016c2e6a3372cd6b30397fc48810e0);}});}google.maps.event.addDomListener(window, 'load', initialize);