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.0679,-85.1677)};var g_32563360bbe0fa68efb6bed20c1f2cc3 = new google.maps.Geocoder();g_32563360bbe0fa68efb6bed20c1f2cc3.geocode( { 'address': "1499 W Dupont Rd, Fort Wayne, IN 46825"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-union-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-union-savings-bank'), mapOptions);}document.getElementById('0aea2553').innerHTML += ' | View Map';var $l32563360bbe0fa68efb6bed20c1f2cc3 = '

Union Savings Bank

Address: 1499 W Dupont Rd, Fort Wayne, IN 46825
Phone: (260) 451-2080
';var m_32563360bbe0fa68efb6bed20c1f2cc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings Bank',});m_32563360bbe0fa68efb6bed20c1f2cc3['infowindow'] = new google.maps.InfoWindow({content: $l32563360bbe0fa68efb6bed20c1f2cc3});var infowindow = new google.maps.InfoWindow({content: $l32563360bbe0fa68efb6bed20c1f2cc3});google.maps.event.addListener(m_32563360bbe0fa68efb6bed20c1f2cc3, 'click', function() {infowindow.open(map,m_32563360bbe0fa68efb6bed20c1f2cc3);});$marker.push(m_32563360bbe0fa68efb6bed20c1f2cc3);}});}google.maps.event.addDomListener(window, 'load', initialize);