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.779,-96.9312)};var g_7f01097030147526fd1e52adc0c87868 = new google.maps.Geocoder();g_7f01097030147526fd1e52adc0c87868.geocode( { 'address': "15 E Main St, Vermillion, SD 57069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vermillion-SD-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('vermillion-SD-bank-of-the-west'), mapOptions);}document.getElementById('18965ec2').innerHTML += ' | View Map';var $l7f01097030147526fd1e52adc0c87868 = '

Bank of the West

Address: 15 E Main St, Vermillion, SD 57069, USA
Phone: (605) 624-4431
';var m_7f01097030147526fd1e52adc0c87868 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_7f01097030147526fd1e52adc0c87868['infowindow'] = new google.maps.InfoWindow({content: $l7f01097030147526fd1e52adc0c87868});var infowindow = new google.maps.InfoWindow({content: $l7f01097030147526fd1e52adc0c87868});google.maps.event.addListener(m_7f01097030147526fd1e52adc0c87868, 'click', function() {infowindow.open(map,m_7f01097030147526fd1e52adc0c87868);});$marker.push(m_7f01097030147526fd1e52adc0c87868);}});}google.maps.event.addDomListener(window, 'load', initialize);