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.8014,-83.0129)};var g_f8a555cd3977007596459bb58e2d05bc = new google.maps.Geocoder();g_f8a555cd3977007596459bb58e2d05bc.geocode( { 'address': "141 S Main St, Romeo, MI 48065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('romeo-MI-atm-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('romeo-MI-atm-citizens-bank'), mapOptions);}document.getElementById('017ddf7a').innerHTML += ' | View Map';var $lf8a555cd3977007596459bb58e2d05bc = '

ATM (Citizens Bank)

Address: 141 S Main St, Romeo, MI 48065, USA
Phone:
';var m_f8a555cd3977007596459bb58e2d05bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Citizens Bank)',});m_f8a555cd3977007596459bb58e2d05bc['infowindow'] = new google.maps.InfoWindow({content: $lf8a555cd3977007596459bb58e2d05bc});var infowindow = new google.maps.InfoWindow({content: $lf8a555cd3977007596459bb58e2d05bc});google.maps.event.addListener(m_f8a555cd3977007596459bb58e2d05bc, 'click', function() {infowindow.open(map,m_f8a555cd3977007596459bb58e2d05bc);});$marker.push(m_f8a555cd3977007596459bb58e2d05bc);}});}google.maps.event.addDomListener(window, 'load', initialize);