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.8323,-85.6625)};var g_28d74d6b21d68ae455b19876e66a7d5e = new google.maps.Geocoder();g_28d74d6b21d68ae455b19876e66a7d5e.geocode( { 'address': "1055 S Washington St, Constantine, MI 49042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('constantine-MI-old-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('constantine-MI-old-national-bank-atm'), mapOptions);}document.getElementById('3afa0849').innerHTML += ' | View Map';var $l28d74d6b21d68ae455b19876e66a7d5e = '

Old National Bank Atm

Address: 1055 S Washington St, Constantine, MI 49042, USA
Phone: (269) 435-2480
';var m_28d74d6b21d68ae455b19876e66a7d5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank Atm',});m_28d74d6b21d68ae455b19876e66a7d5e['infowindow'] = new google.maps.InfoWindow({content: $l28d74d6b21d68ae455b19876e66a7d5e});var infowindow = new google.maps.InfoWindow({content: $l28d74d6b21d68ae455b19876e66a7d5e});google.maps.event.addListener(m_28d74d6b21d68ae455b19876e66a7d5e, 'click', function() {infowindow.open(map,m_28d74d6b21d68ae455b19876e66a7d5e);});$marker.push(m_28d74d6b21d68ae455b19876e66a7d5e);}});}google.maps.event.addDomListener(window, 'load', initialize);