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(42.5,-89.0357)};var g_32cb19e343ba2f212959143532484494 = new google.maps.Geocoder();g_32cb19e343ba2f212959143532484494.geocode( { 'address': "345 E Grand Ave, Beloit, WI 53511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beloit-WI-first-national-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('beloit-WI-first-national-bank-and-trust'), mapOptions);}document.getElementById('d7f2eacb').innerHTML += ' | View Map';var $l32cb19e343ba2f212959143532484494 = '

First National Bank and Trust

Address: 345 E Grand Ave, Beloit, WI 53511, USA
Phone: (608) 363-8000
';var m_32cb19e343ba2f212959143532484494 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank and Trust',});m_32cb19e343ba2f212959143532484494['infowindow'] = new google.maps.InfoWindow({content: $l32cb19e343ba2f212959143532484494});var infowindow = new google.maps.InfoWindow({content: $l32cb19e343ba2f212959143532484494});google.maps.event.addListener(m_32cb19e343ba2f212959143532484494, 'click', function() {infowindow.open(map,m_32cb19e343ba2f212959143532484494);});$marker.push(m_32cb19e343ba2f212959143532484494);}});}google.maps.event.addDomListener(window, 'load', initialize);