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.6362,-87.4567)};var g_c6a993800680d7a2e9b54fedbf15d644 = new google.maps.Geocoder();g_c6a993800680d7a2e9b54fedbf15d644.geocode( { 'address': "2121 E Columbus Dr, East Chicago, IN 46312"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-chicago-IN-citizens-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-chicago-IN-citizens-financial-bank'), mapOptions);}document.getElementById('c02a628f').innerHTML += ' | View Map';var $lc6a993800680d7a2e9b54fedbf15d644 = '

Citizens Financial Bank

Address: 2121 E Columbus Dr, East Chicago, IN 46312
Phone: (219) 397-7253
';var m_c6a993800680d7a2e9b54fedbf15d644 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Financial Bank',});m_c6a993800680d7a2e9b54fedbf15d644['infowindow'] = new google.maps.InfoWindow({content: $lc6a993800680d7a2e9b54fedbf15d644});var infowindow = new google.maps.InfoWindow({content: $lc6a993800680d7a2e9b54fedbf15d644});google.maps.event.addListener(m_c6a993800680d7a2e9b54fedbf15d644, 'click', function() {infowindow.open(map,m_c6a993800680d7a2e9b54fedbf15d644);});$marker.push(m_c6a993800680d7a2e9b54fedbf15d644);}});}google.maps.event.addDomListener(window, 'load', initialize);