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.7015,-122.957)};var g_53b782652202d5f9a99c3fb524375256 = new google.maps.Geocoder();g_53b782652202d5f9a99c3fb524375256.geocode( { 'address': "1320 S Gold St, Centralia, WA 98531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-WA-twinstar-credit-union-centralia').style.display = '';map = new google.maps.Map(document.getElementById('centralia-WA-twinstar-credit-union-centralia'), mapOptions);}document.getElementById('5b20badc').innerHTML += ' | View Map';var $l53b782652202d5f9a99c3fb524375256 = '

TwinStar Credit Union Centralia

Address: 1320 S Gold St, Centralia, WA 98531, USA
Phone: (800) 258-3115
';var m_53b782652202d5f9a99c3fb524375256 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TwinStar Credit Union Centralia',});m_53b782652202d5f9a99c3fb524375256['infowindow'] = new google.maps.InfoWindow({content: $l53b782652202d5f9a99c3fb524375256});var infowindow = new google.maps.InfoWindow({content: $l53b782652202d5f9a99c3fb524375256});google.maps.event.addListener(m_53b782652202d5f9a99c3fb524375256, 'click', function() {infowindow.open(map,m_53b782652202d5f9a99c3fb524375256);});$marker.push(m_53b782652202d5f9a99c3fb524375256);}});}google.maps.event.addDomListener(window, 'load', initialize);