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(46.161,-84.3635)};var g_635fc84642991ba1333cf319f02e9156 = new google.maps.Geocoder();g_635fc84642991ba1333cf319f02e9156.geocode( { 'address': "115 E Harold St, Pickford, MI 49774, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pickford-MI-tahquamenon-area-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pickford-MI-tahquamenon-area-credit-union'), mapOptions);}document.getElementById('a3fac040').innerHTML += ' | View Map';var $l635fc84642991ba1333cf319f02e9156 = '

Tahquamenon Area Credit Union

Address: 115 E Harold St, Pickford, MI 49774, USA
Phone: (906) 647-8111
';var m_635fc84642991ba1333cf319f02e9156 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tahquamenon Area Credit Union',});m_635fc84642991ba1333cf319f02e9156['infowindow'] = new google.maps.InfoWindow({content: $l635fc84642991ba1333cf319f02e9156});var infowindow = new google.maps.InfoWindow({content: $l635fc84642991ba1333cf319f02e9156});google.maps.event.addListener(m_635fc84642991ba1333cf319f02e9156, 'click', function() {infowindow.open(map,m_635fc84642991ba1333cf319f02e9156);});$marker.push(m_635fc84642991ba1333cf319f02e9156);}});}google.maps.event.addDomListener(window, 'load', initialize);