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.6726,-86.2517)};var g_1812c2be1b7978f540f3a758646b3f44 = new google.maps.Geocoder();g_1812c2be1b7978f540f3a758646b3f44.geocode( { 'address': "205 W Jefferson Blvd, South Bend, IN 46601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-bend-IN-first-bank-building').style.display = '';map = new google.maps.Map(document.getElementById('south-bend-IN-first-bank-building'), mapOptions);}document.getElementById('41af245b').innerHTML += ' | View Map';var $l1812c2be1b7978f540f3a758646b3f44 = '

First Bank Building

Address: 205 W Jefferson Blvd, South Bend, IN 46601
Phone: (574) 234-4008
';var m_1812c2be1b7978f540f3a758646b3f44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Building',});m_1812c2be1b7978f540f3a758646b3f44['infowindow'] = new google.maps.InfoWindow({content: $l1812c2be1b7978f540f3a758646b3f44});var infowindow = new google.maps.InfoWindow({content: $l1812c2be1b7978f540f3a758646b3f44});google.maps.event.addListener(m_1812c2be1b7978f540f3a758646b3f44, 'click', function() {infowindow.open(map,m_1812c2be1b7978f540f3a758646b3f44);});$marker.push(m_1812c2be1b7978f540f3a758646b3f44);}});}google.maps.event.addDomListener(window, 'load', initialize);