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.4165,-87.0759)};var g_2462dd8fb9ff7d86d40d1d3bafef7357 = new google.maps.Geocoder();g_2462dd8fb9ff7d86d40d1d3bafef7357.geocode( { 'address': "500 E Main St, Center Point, IN 47840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('center-point-IN-riddell-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('center-point-IN-riddell-national-bank'), mapOptions);}document.getElementById('b822c674').innerHTML += ' | View Map';var $l2462dd8fb9ff7d86d40d1d3bafef7357 = '

Riddell National Bank

Address: 500 E Main St, Center Point, IN 47840, USA
Phone: (812) 835-2171
';var m_2462dd8fb9ff7d86d40d1d3bafef7357 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riddell National Bank',});m_2462dd8fb9ff7d86d40d1d3bafef7357['infowindow'] = new google.maps.InfoWindow({content: $l2462dd8fb9ff7d86d40d1d3bafef7357});var infowindow = new google.maps.InfoWindow({content: $l2462dd8fb9ff7d86d40d1d3bafef7357});google.maps.event.addListener(m_2462dd8fb9ff7d86d40d1d3bafef7357, 'click', function() {infowindow.open(map,m_2462dd8fb9ff7d86d40d1d3bafef7357);});$marker.push(m_2462dd8fb9ff7d86d40d1d3bafef7357);}});}google.maps.event.addDomListener(window, 'load', initialize);