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.5513,-86.8994)};var g_619aaecd2f180a069f2519d1b88700c4 = new google.maps.Geocoder();g_619aaecd2f180a069f2519d1b88700c4.geocode( { 'address': "1 Parkman Dr, Westville, IN 46391"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westville-IN-la-porte-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('westville-IN-la-porte-savings-bank'), mapOptions);}document.getElementById('217a9397').innerHTML += ' | View Map';var $l619aaecd2f180a069f2519d1b88700c4 = '

La Porte Savings Bank

Address: 1 Parkman Dr, Westville, IN 46391
Phone: (219) 785-7280
';var m_619aaecd2f180a069f2519d1b88700c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'La Porte Savings Bank',});m_619aaecd2f180a069f2519d1b88700c4['infowindow'] = new google.maps.InfoWindow({content: $l619aaecd2f180a069f2519d1b88700c4});var infowindow = new google.maps.InfoWindow({content: $l619aaecd2f180a069f2519d1b88700c4});google.maps.event.addListener(m_619aaecd2f180a069f2519d1b88700c4, 'click', function() {infowindow.open(map,m_619aaecd2f180a069f2519d1b88700c4);});$marker.push(m_619aaecd2f180a069f2519d1b88700c4);}});}google.maps.event.addDomListener(window, 'load', initialize);