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(47.3731,-122.712)};var g_81fa8ad16b19f8cd9091408b15570f14 = new google.maps.Geocoder();g_81fa8ad16b19f8cd9091408b15570f14.geocode( { 'address': "5201 Olympic Dr NW, Gig Harbor, WA 98335"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gig-harbor-WA-orion-first-financial').style.display = '';map = new google.maps.Map(document.getElementById('gig-harbor-WA-orion-first-financial'), mapOptions);}document.getElementById('3e5c1cd2').innerHTML += ' | View Map';var $l81fa8ad16b19f8cd9091408b15570f14 = '

Orion First Financial

Address: 5201 Olympic Dr NW, Gig Harbor, WA 98335
Phone: (253) 851-8778
';var m_81fa8ad16b19f8cd9091408b15570f14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orion First Financial',});m_81fa8ad16b19f8cd9091408b15570f14['infowindow'] = new google.maps.InfoWindow({content: $l81fa8ad16b19f8cd9091408b15570f14});var infowindow = new google.maps.InfoWindow({content: $l81fa8ad16b19f8cd9091408b15570f14});google.maps.event.addListener(m_81fa8ad16b19f8cd9091408b15570f14, 'click', function() {infowindow.open(map,m_81fa8ad16b19f8cd9091408b15570f14);});$marker.push(m_81fa8ad16b19f8cd9091408b15570f14);}});}google.maps.event.addDomListener(window, 'load', initialize);