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(40.4405,-86.1658)};var g_553fc92e5ded83cf9e97028d135309f6 = new google.maps.Geocoder();g_553fc92e5ded83cf9e97028d135309f6.geocode( { 'address': "3949 S Dixon Rd, Kokomo, IN 46902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kokomo-IN-bmo-harris-atm').style.display = '';map = new google.maps.Map(document.getElementById('kokomo-IN-bmo-harris-atm'), mapOptions);}document.getElementById('d70ffa68').innerHTML += ' | View Map';var $l553fc92e5ded83cf9e97028d135309f6 = '

BMO Harris ATM

Address: 3949 S Dixon Rd, Kokomo, IN 46902, USA
Phone: (888) 340-2285
';var m_553fc92e5ded83cf9e97028d135309f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris ATM',});m_553fc92e5ded83cf9e97028d135309f6['infowindow'] = new google.maps.InfoWindow({content: $l553fc92e5ded83cf9e97028d135309f6});var infowindow = new google.maps.InfoWindow({content: $l553fc92e5ded83cf9e97028d135309f6});google.maps.event.addListener(m_553fc92e5ded83cf9e97028d135309f6, 'click', function() {infowindow.open(map,m_553fc92e5ded83cf9e97028d135309f6);});$marker.push(m_553fc92e5ded83cf9e97028d135309f6);}});}google.maps.event.addDomListener(window, 'load', initialize);