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.7454,-93.2081)};var g_ced45f7725168b5e28435cce2ac509a7 = new google.maps.Geocoder();g_ced45f7725168b5e28435cce2ac509a7.geocode( { 'address': "211 1st Ave Nw, Hampton, IA 50441"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-IA-first-national-bank-of-hampton').style.display = '';map = new google.maps.Map(document.getElementById('hampton-IA-first-national-bank-of-hampton'), mapOptions);}document.getElementById('28553faf').innerHTML += ' | View Map';var $lced45f7725168b5e28435cce2ac509a7 = '

First National Bank of Hampton

Address: 211 1st Ave Nw, Hampton, IA 50441
Phone: (641) 456-4793
';var m_ced45f7725168b5e28435cce2ac509a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Hampton',});m_ced45f7725168b5e28435cce2ac509a7['infowindow'] = new google.maps.InfoWindow({content: $lced45f7725168b5e28435cce2ac509a7});var infowindow = new google.maps.InfoWindow({content: $lced45f7725168b5e28435cce2ac509a7});google.maps.event.addListener(m_ced45f7725168b5e28435cce2ac509a7, 'click', function() {infowindow.open(map,m_ced45f7725168b5e28435cce2ac509a7);});$marker.push(m_ced45f7725168b5e28435cce2ac509a7);}});}google.maps.event.addDomListener(window, 'load', initialize);