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(41.6571,-95.3199)};var g_b49a53358e2fb7a65628e34d3c0fedfd = new google.maps.Geocoder();g_b49a53358e2fb7a65628e34d3c0fedfd.geocode( { 'address': "712 Durant St, Harlan, IA 51537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlan-IA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('harlan-IA-bank-of-the-west'), mapOptions);}document.getElementById('bd5eb4e2').innerHTML += ' | View Map';var $lb49a53358e2fb7a65628e34d3c0fedfd = '

Bank of the West

Address: 712 Durant St, Harlan, IA 51537, USA
Phone: (712) 755-2188
';var m_b49a53358e2fb7a65628e34d3c0fedfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_b49a53358e2fb7a65628e34d3c0fedfd['infowindow'] = new google.maps.InfoWindow({content: $lb49a53358e2fb7a65628e34d3c0fedfd});var infowindow = new google.maps.InfoWindow({content: $lb49a53358e2fb7a65628e34d3c0fedfd});google.maps.event.addListener(m_b49a53358e2fb7a65628e34d3c0fedfd, 'click', function() {infowindow.open(map,m_b49a53358e2fb7a65628e34d3c0fedfd);});$marker.push(m_b49a53358e2fb7a65628e34d3c0fedfd);}});}google.maps.event.addDomListener(window, 'load', initialize);