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.0966,-88.0113)};var g_b4b51f8efda3a70c3b76d43c190e3036 = new google.maps.Geocoder();g_b4b51f8efda3a70c3b76d43c190e3036.geocode( { 'address': "311 E Northwest Hwy, Palatine, IL 60067"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatine-IL-premier-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('palatine-IL-premier-credit-union'), mapOptions);}document.getElementById('10336233').innerHTML += ' | View Map';var $lb4b51f8efda3a70c3b76d43c190e3036 = '

Premier Credit Union

Address: 311 E Northwest Hwy, Palatine, IL 60067
Phone: (847) 843-6500
';var m_b4b51f8efda3a70c3b76d43c190e3036 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Credit Union',});m_b4b51f8efda3a70c3b76d43c190e3036['infowindow'] = new google.maps.InfoWindow({content: $lb4b51f8efda3a70c3b76d43c190e3036});var infowindow = new google.maps.InfoWindow({content: $lb4b51f8efda3a70c3b76d43c190e3036});google.maps.event.addListener(m_b4b51f8efda3a70c3b76d43c190e3036, 'click', function() {infowindow.open(map,m_b4b51f8efda3a70c3b76d43c190e3036);});$marker.push(m_b4b51f8efda3a70c3b76d43c190e3036);}});}google.maps.event.addDomListener(window, 'load', initialize);