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.362,-93.5586)};var g_309795ad052a9d7d5e2c0fb208279526 = new google.maps.Geocoder();g_309795ad052a9d7d5e2c0fb208279526.geocode( { 'address': "211 E Boston Ave, Indianola, IA 50125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianola-IA-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('indianola-IA-bank-of-the-west---atm'), mapOptions);}document.getElementById('54148c2a').innerHTML += ' | View Map';var $l309795ad052a9d7d5e2c0fb208279526 = '

Bank of the West - ATM

Address: 211 E Boston Ave, Indianola, IA 50125, USA
Phone: (800) 488-2265
';var m_309795ad052a9d7d5e2c0fb208279526 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_309795ad052a9d7d5e2c0fb208279526['infowindow'] = new google.maps.InfoWindow({content: $l309795ad052a9d7d5e2c0fb208279526});var infowindow = new google.maps.InfoWindow({content: $l309795ad052a9d7d5e2c0fb208279526});google.maps.event.addListener(m_309795ad052a9d7d5e2c0fb208279526, 'click', function() {infowindow.open(map,m_309795ad052a9d7d5e2c0fb208279526);});$marker.push(m_309795ad052a9d7d5e2c0fb208279526);}});}google.maps.event.addDomListener(window, 'load', initialize);