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.8756,-93.8194)};var g_bddde54376c4b5d017697d9897a0a93d = new google.maps.Geocoder();g_bddde54376c4b5d017697d9897a0a93d.geocode( { 'address': "114 S Kennedy Ave, Madrid, IA 50156"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madrid-IA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('madrid-IA-bank-of-the-west'), mapOptions);}document.getElementById('e674644d').innerHTML += ' | View Map';var $lbddde54376c4b5d017697d9897a0a93d = '

Bank Of The West

Address: 114 S Kennedy Ave, Madrid, IA 50156
Phone: (515) 795-2244
';var m_bddde54376c4b5d017697d9897a0a93d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The West',});m_bddde54376c4b5d017697d9897a0a93d['infowindow'] = new google.maps.InfoWindow({content: $lbddde54376c4b5d017697d9897a0a93d});var infowindow = new google.maps.InfoWindow({content: $lbddde54376c4b5d017697d9897a0a93d});google.maps.event.addListener(m_bddde54376c4b5d017697d9897a0a93d, 'click', function() {infowindow.open(map,m_bddde54376c4b5d017697d9897a0a93d);});$marker.push(m_bddde54376c4b5d017697d9897a0a93d);}});}google.maps.event.addDomListener(window, 'load', initialize);