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.6155,-85.9429)};var g_0e48f3c376310b267eafa8afc0c25fcd = new google.maps.Geocoder();g_0e48f3c376310b267eafa8afc0c25fcd.geocode( { 'address': "115 S Main St, Amboy, IN 46911"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amboy-IN-first-farmers-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('amboy-IN-first-farmers-bank-trust'), mapOptions);}document.getElementById('1681b306').innerHTML += ' | View Map';var $l0e48f3c376310b267eafa8afc0c25fcd = '

First Farmers Bank & Trust

Address: 115 S Main St, Amboy, IN 46911
Phone: (765) 395-7412
';var m_0e48f3c376310b267eafa8afc0c25fcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Farmers Bank & Trust',});m_0e48f3c376310b267eafa8afc0c25fcd['infowindow'] = new google.maps.InfoWindow({content: $l0e48f3c376310b267eafa8afc0c25fcd});var infowindow = new google.maps.InfoWindow({content: $l0e48f3c376310b267eafa8afc0c25fcd});google.maps.event.addListener(m_0e48f3c376310b267eafa8afc0c25fcd, 'click', function() {infowindow.open(map,m_0e48f3c376310b267eafa8afc0c25fcd);});$marker.push(m_0e48f3c376310b267eafa8afc0c25fcd);}});}google.maps.event.addDomListener(window, 'load', initialize);