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(43.728,-98.0298)};var g_5af02740d3648ff0722041570c595a83 = new google.maps.Geocoder();g_5af02740d3648ff0722041570c595a83.geocode( { 'address': "1920 N Sanborn Blvd Suite 100, Mitchell, SD 57301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mitchell-SD-bankwest-insurance').style.display = '';map = new google.maps.Map(document.getElementById('mitchell-SD-bankwest-insurance'), mapOptions);}document.getElementById('88d74804').innerHTML += ' | View Map';var $l5af02740d3648ff0722041570c595a83 = '

BankWest Insurance

Address: 1920 N Sanborn Blvd Suite 100, Mitchell, SD 57301, USA
Phone: (800) 671-0053
';var m_5af02740d3648ff0722041570c595a83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankWest Insurance',});m_5af02740d3648ff0722041570c595a83['infowindow'] = new google.maps.InfoWindow({content: $l5af02740d3648ff0722041570c595a83});var infowindow = new google.maps.InfoWindow({content: $l5af02740d3648ff0722041570c595a83});google.maps.event.addListener(m_5af02740d3648ff0722041570c595a83, 'click', function() {infowindow.open(map,m_5af02740d3648ff0722041570c595a83);});$marker.push(m_5af02740d3648ff0722041570c595a83);}});}google.maps.event.addDomListener(window, 'load', initialize);