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_576b13656a8f90e2f0b9d6aa37aef6a5 = new google.maps.Geocoder();g_576b13656a8f90e2f0b9d6aa37aef6a5.geocode( { 'address': "229 W Berry St, Fort Wayne, IN 46802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-campbell-fetter-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-campbell-fetter-bank'), mapOptions);}document.getElementById('090b9820').innerHTML += ' | View Map';var $l576b13656a8f90e2f0b9d6aa37aef6a5 = '

Campbell & Fetter Bank

Address: 229 W Berry St, Fort Wayne, IN 46802
Phone: (260) 420-4464
';var m_576b13656a8f90e2f0b9d6aa37aef6a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Campbell & Fetter Bank',});m_576b13656a8f90e2f0b9d6aa37aef6a5['infowindow'] = new google.maps.InfoWindow({content: $l576b13656a8f90e2f0b9d6aa37aef6a5});var infowindow = new google.maps.InfoWindow({content: $l576b13656a8f90e2f0b9d6aa37aef6a5});google.maps.event.addListener(m_576b13656a8f90e2f0b9d6aa37aef6a5, 'click', function() {infowindow.open(map,m_576b13656a8f90e2f0b9d6aa37aef6a5);});$marker.push(m_576b13656a8f90e2f0b9d6aa37aef6a5);}});}google.maps.event.addDomListener(window, 'load', initialize);