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.2957,-83.4068)};var g_e65b1c3d0e1017f773cf02a2ed600397 = new google.maps.Geocoder();g_e65b1c3d0e1017f773cf02a2ed600397.geocode( { 'address': "1747 S Newburgh Rd, Westland, MI 48186, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westland-MI-parkside-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('westland-MI-parkside-credit-union'), mapOptions);}document.getElementById('14f56035').innerHTML += ' | View Map';var $le65b1c3d0e1017f773cf02a2ed600397 = '

Parkside Credit Union

Address: 1747 S Newburgh Rd, Westland, MI 48186, USA
Phone: (734) 525-0700
';var m_e65b1c3d0e1017f773cf02a2ed600397 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Parkside Credit Union',});m_e65b1c3d0e1017f773cf02a2ed600397['infowindow'] = new google.maps.InfoWindow({content: $le65b1c3d0e1017f773cf02a2ed600397});var infowindow = new google.maps.InfoWindow({content: $le65b1c3d0e1017f773cf02a2ed600397});google.maps.event.addListener(m_e65b1c3d0e1017f773cf02a2ed600397, 'click', function() {infowindow.open(map,m_e65b1c3d0e1017f773cf02a2ed600397);});$marker.push(m_e65b1c3d0e1017f773cf02a2ed600397);}});}google.maps.event.addDomListener(window, 'load', initialize);