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.6877,-84.5009)};var g_259efcd0c329d369ca2a48384d8f2f5a = new google.maps.Geocoder();g_259efcd0c329d369ca2a48384d8f2f5a.geocode( { 'address': "4600 Collins Rd, Lansing, MI 48909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansing-MI-lansing-postal-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lansing-MI-lansing-postal-community-credit-union'), mapOptions);}document.getElementById('db96f2e1').innerHTML += ' | View Map';var $l259efcd0c329d369ca2a48384d8f2f5a = '

Lansing Postal Community Credit Union

Address: 4600 Collins Rd, Lansing, MI 48909, USA
Phone: (517) 337-0401
';var m_259efcd0c329d369ca2a48384d8f2f5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lansing Postal Community Credit Union',});m_259efcd0c329d369ca2a48384d8f2f5a['infowindow'] = new google.maps.InfoWindow({content: $l259efcd0c329d369ca2a48384d8f2f5a});var infowindow = new google.maps.InfoWindow({content: $l259efcd0c329d369ca2a48384d8f2f5a});google.maps.event.addListener(m_259efcd0c329d369ca2a48384d8f2f5a, 'click', function() {infowindow.open(map,m_259efcd0c329d369ca2a48384d8f2f5a);});$marker.push(m_259efcd0c329d369ca2a48384d8f2f5a);}});}google.maps.event.addDomListener(window, 'load', initialize);