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(40.5766,-86.6643)};var g_e8d7462dc3c29cea466131651b9b3848 = new google.maps.Geocoder();g_e8d7462dc3c29cea466131651b9b3848.geocode( { 'address': "1260 S Washington St, Delphi, IN 46923, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delphi-IN-security-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('delphi-IN-security-federal-savings-bank'), mapOptions);}document.getElementById('9a0c052e').innerHTML += ' | View Map';var $le8d7462dc3c29cea466131651b9b3848 = '

Security Federal Savings Bank

Address: 1260 S Washington St, Delphi, IN 46923, USA
Phone: (765) 564-3000
';var m_e8d7462dc3c29cea466131651b9b3848 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Federal Savings Bank',});m_e8d7462dc3c29cea466131651b9b3848['infowindow'] = new google.maps.InfoWindow({content: $le8d7462dc3c29cea466131651b9b3848});var infowindow = new google.maps.InfoWindow({content: $le8d7462dc3c29cea466131651b9b3848});google.maps.event.addListener(m_e8d7462dc3c29cea466131651b9b3848, 'click', function() {infowindow.open(map,m_e8d7462dc3c29cea466131651b9b3848);});$marker.push(m_e8d7462dc3c29cea466131651b9b3848);}});}google.maps.event.addDomListener(window, 'load', initialize);