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.6345,-84.9973)};var g_2560f2c27f0fc02e4356d51b827a7204 = new google.maps.Geocoder();g_2560f2c27f0fc02e4356d51b827a7204.geocode( { 'address': "212 E Maumee St, Angola, IN 46703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angola-IN-first-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('angola-IN-first-federal-savings-bank'), mapOptions);}document.getElementById('40d9b813').innerHTML += ' | View Map';var $l2560f2c27f0fc02e4356d51b827a7204 = '

First Federal Savings Bank

Address: 212 E Maumee St, Angola, IN 46703, USA
Phone: (260) 665-7556
';var m_2560f2c27f0fc02e4356d51b827a7204 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings Bank',});m_2560f2c27f0fc02e4356d51b827a7204['infowindow'] = new google.maps.InfoWindow({content: $l2560f2c27f0fc02e4356d51b827a7204});var infowindow = new google.maps.InfoWindow({content: $l2560f2c27f0fc02e4356d51b827a7204});google.maps.event.addListener(m_2560f2c27f0fc02e4356d51b827a7204, 'click', function() {infowindow.open(map,m_2560f2c27f0fc02e4356d51b827a7204);});$marker.push(m_2560f2c27f0fc02e4356d51b827a7204);}});}google.maps.event.addDomListener(window, 'load', initialize);