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(39.6967,-86.3702)};var g_04dd910427c2b42825bfbf1e9f2f154d = new google.maps.Geocoder();g_04dd910427c2b42825bfbf1e9f2f154d.geocode( { 'address': "802 Edwards Dr, Plainfield, IN 46168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainfield-IN-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('plainfield-IN-old-national-bank'), mapOptions);}document.getElementById('35c828bc').innerHTML += ' | View Map';var $l04dd910427c2b42825bfbf1e9f2f154d = '

Old National Bank

Address: 802 Edwards Dr, Plainfield, IN 46168, USA
Phone: (317) 837-3100
';var m_04dd910427c2b42825bfbf1e9f2f154d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_04dd910427c2b42825bfbf1e9f2f154d['infowindow'] = new google.maps.InfoWindow({content: $l04dd910427c2b42825bfbf1e9f2f154d});var infowindow = new google.maps.InfoWindow({content: $l04dd910427c2b42825bfbf1e9f2f154d});google.maps.event.addListener(m_04dd910427c2b42825bfbf1e9f2f154d, 'click', function() {infowindow.open(map,m_04dd910427c2b42825bfbf1e9f2f154d);});$marker.push(m_04dd910427c2b42825bfbf1e9f2f154d);}});}google.maps.event.addDomListener(window, 'load', initialize);