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.7524,-92.414)};var g_47d81f272d53c53b1dfefc03c2c21c58 = new google.maps.Geocoder();g_47d81f272d53c53b1dfefc03c2c21c58.geocode( { 'address': "105 N Washington St, Bloomfield, IA 52537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-IA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-IA-bank-of-the-west'), mapOptions);}document.getElementById('4d56943b').innerHTML += ' | View Map';var $l47d81f272d53c53b1dfefc03c2c21c58 = '

Bank of the West

Address: 105 N Washington St, Bloomfield, IA 52537, USA
Phone: (641) 664-1112
';var m_47d81f272d53c53b1dfefc03c2c21c58 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_47d81f272d53c53b1dfefc03c2c21c58['infowindow'] = new google.maps.InfoWindow({content: $l47d81f272d53c53b1dfefc03c2c21c58});var infowindow = new google.maps.InfoWindow({content: $l47d81f272d53c53b1dfefc03c2c21c58});google.maps.event.addListener(m_47d81f272d53c53b1dfefc03c2c21c58, 'click', function() {infowindow.open(map,m_47d81f272d53c53b1dfefc03c2c21c58);});$marker.push(m_47d81f272d53c53b1dfefc03c2c21c58);}});}google.maps.event.addDomListener(window, 'load', initialize);