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.6142,-86.7286)};var g_11b95290e8501480b87feaea5e3c7d16 = new google.maps.Geocoder();g_11b95290e8501480b87feaea5e3c7d16.geocode( { 'address': "73 Pine Lake Ave, La Porte, IN 46350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-porte-IN-centier-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-porte-IN-centier-bank'), mapOptions);}document.getElementById('b16dd65e').innerHTML += ' | View Map';var $l11b95290e8501480b87feaea5e3c7d16 = '

Centier Bank

Address: 73 Pine Lake Ave, La Porte, IN 46350, USA
Phone: (219) 324-6368
';var m_11b95290e8501480b87feaea5e3c7d16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centier Bank',});m_11b95290e8501480b87feaea5e3c7d16['infowindow'] = new google.maps.InfoWindow({content: $l11b95290e8501480b87feaea5e3c7d16});var infowindow = new google.maps.InfoWindow({content: $l11b95290e8501480b87feaea5e3c7d16});google.maps.event.addListener(m_11b95290e8501480b87feaea5e3c7d16, 'click', function() {infowindow.open(map,m_11b95290e8501480b87feaea5e3c7d16);});$marker.push(m_11b95290e8501480b87feaea5e3c7d16);}});}google.maps.event.addDomListener(window, 'load', initialize);