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.1853,-119.139)};var g_dcf1edefe7da4ca3c7c3e83a87948d1c = new google.maps.Geocoder();g_dcf1edefe7da4ca3c7c3e83a87948d1c.geocode( { 'address': "1410 W. 27th, Kennewick, WA 99337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennewick-WA-global-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kennewick-WA-global-credit-union'), mapOptions);}document.getElementById('c3c2f87c').innerHTML += ' | View Map';var $ldcf1edefe7da4ca3c7c3e83a87948d1c = '

Global Credit Union

Address: 1410 W. 27th, Kennewick, WA 99337, USA
Phone: (509) 737-2640
';var m_dcf1edefe7da4ca3c7c3e83a87948d1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Credit Union',});m_dcf1edefe7da4ca3c7c3e83a87948d1c['infowindow'] = new google.maps.InfoWindow({content: $ldcf1edefe7da4ca3c7c3e83a87948d1c});var infowindow = new google.maps.InfoWindow({content: $ldcf1edefe7da4ca3c7c3e83a87948d1c});google.maps.event.addListener(m_dcf1edefe7da4ca3c7c3e83a87948d1c, 'click', function() {infowindow.open(map,m_dcf1edefe7da4ca3c7c3e83a87948d1c);});$marker.push(m_dcf1edefe7da4ca3c7c3e83a87948d1c);}});}google.maps.event.addDomListener(window, 'load', initialize);