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(41.7528,-83.5671)};var g_539f2791faff539004a1ced5040de197 = new google.maps.Geocoder();g_539f2791faff539004a1ced5040de197.geocode( { 'address': "7548 Lewis Ave, Temperance, MI 48182, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temperance-MI-atm-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('temperance-MI-atm-citizens-bank'), mapOptions);}document.getElementById('186f2fc7').innerHTML += ' | View Map';var $l539f2791faff539004a1ced5040de197 = '

ATM (Citizens Bank)

Address: 7548 Lewis Ave, Temperance, MI 48182, USA
Phone:
';var m_539f2791faff539004a1ced5040de197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Citizens Bank)',});m_539f2791faff539004a1ced5040de197['infowindow'] = new google.maps.InfoWindow({content: $l539f2791faff539004a1ced5040de197});var infowindow = new google.maps.InfoWindow({content: $l539f2791faff539004a1ced5040de197});google.maps.event.addListener(m_539f2791faff539004a1ced5040de197, 'click', function() {infowindow.open(map,m_539f2791faff539004a1ced5040de197);});$marker.push(m_539f2791faff539004a1ced5040de197);}});}google.maps.event.addDomListener(window, 'load', initialize);