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(37.9762,-87.4027)};var g_9ac6bfba576dcd9a87f07d4459172d55 = new google.maps.Geocoder();g_9ac6bfba576dcd9a87f07d4459172d55.geocode( { 'address': "8388 Bell Oaks Dr, Newburgh, IN 47630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newburgh-IN-bmo-harris-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('newburgh-IN-bmo-harris-bank-na'), mapOptions);}document.getElementById('a2195c0b').innerHTML += ' | View Map';var $l9ac6bfba576dcd9a87f07d4459172d55 = '

BMO Harris Bank, N.A.

Address: 8388 Bell Oaks Dr, Newburgh, IN 47630, USA
Phone:
';var m_9ac6bfba576dcd9a87f07d4459172d55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank, N.A.',});m_9ac6bfba576dcd9a87f07d4459172d55['infowindow'] = new google.maps.InfoWindow({content: $l9ac6bfba576dcd9a87f07d4459172d55});var infowindow = new google.maps.InfoWindow({content: $l9ac6bfba576dcd9a87f07d4459172d55});google.maps.event.addListener(m_9ac6bfba576dcd9a87f07d4459172d55, 'click', function() {infowindow.open(map,m_9ac6bfba576dcd9a87f07d4459172d55);});$marker.push(m_9ac6bfba576dcd9a87f07d4459172d55);}});}google.maps.event.addDomListener(window, 'load', initialize);