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(45.0425,-93.5257)};var g_d635eedd44ae54776a519ce924542b92 = new google.maps.Geocoder();g_d635eedd44ae54776a519ce924542b92.geocode( { 'address': "3575 Sioux Dr, Medina, MN 55340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medina-MN-west-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('medina-MN-west-financial-credit-union'), mapOptions);}document.getElementById('5f4e8f08').innerHTML += ' | View Map';var $ld635eedd44ae54776a519ce924542b92 = '

West Financial Credit Union

Address: 3575 Sioux Dr, Medina, MN 55340, USA
Phone: (763) 235-6000
';var m_d635eedd44ae54776a519ce924542b92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Financial Credit Union',});m_d635eedd44ae54776a519ce924542b92['infowindow'] = new google.maps.InfoWindow({content: $ld635eedd44ae54776a519ce924542b92});var infowindow = new google.maps.InfoWindow({content: $ld635eedd44ae54776a519ce924542b92});google.maps.event.addListener(m_d635eedd44ae54776a519ce924542b92, 'click', function() {infowindow.open(map,m_d635eedd44ae54776a519ce924542b92);});$marker.push(m_d635eedd44ae54776a519ce924542b92);}});}google.maps.event.addDomListener(window, 'load', initialize);