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(45.6268,-122.673)};var g_4264a303ff55a830aa09567543f64bb0 = new google.maps.Geocoder();g_4264a303ff55a830aa09567543f64bb0.geocode( { 'address': "700 Washington St #202, Vancouver, WA 98660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-jason-hill').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-jason-hill'), mapOptions);}document.getElementById('a646785b').innerHTML += ' | View Map';var $l4264a303ff55a830aa09567543f64bb0 = '

Jason Hill

Address: 700 Washington St #202, Vancouver, WA 98660, USA
Phone: (360) 314-3520
';var m_4264a303ff55a830aa09567543f64bb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jason Hill',});m_4264a303ff55a830aa09567543f64bb0['infowindow'] = new google.maps.InfoWindow({content: $l4264a303ff55a830aa09567543f64bb0});var infowindow = new google.maps.InfoWindow({content: $l4264a303ff55a830aa09567543f64bb0});google.maps.event.addListener(m_4264a303ff55a830aa09567543f64bb0, 'click', function() {infowindow.open(map,m_4264a303ff55a830aa09567543f64bb0);});$marker.push(m_4264a303ff55a830aa09567543f64bb0);}});}google.maps.event.addDomListener(window, 'load', initialize);