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.6075,-122.475)};var g_142934e5a3e485c4d1c913202f2d013a = new google.maps.Geocoder();g_142934e5a3e485c4d1c913202f2d013a.geocode( { 'address': "1905 SE 192nd Ave, Camas, WA 98607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camas-WA-chris-hill').style.display = '';map = new google.maps.Map(document.getElementById('camas-WA-chris-hill'), mapOptions);}document.getElementById('20b18a36').innerHTML += ' | View Map';var $l142934e5a3e485c4d1c913202f2d013a = '

Chris Hill

Address: 1905 SE 192nd Ave, Camas, WA 98607, USA
Phone: (360) 281-8325
';var m_142934e5a3e485c4d1c913202f2d013a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chris Hill',});m_142934e5a3e485c4d1c913202f2d013a['infowindow'] = new google.maps.InfoWindow({content: $l142934e5a3e485c4d1c913202f2d013a});var infowindow = new google.maps.InfoWindow({content: $l142934e5a3e485c4d1c913202f2d013a});google.maps.event.addListener(m_142934e5a3e485c4d1c913202f2d013a, 'click', function() {infowindow.open(map,m_142934e5a3e485c4d1c913202f2d013a);});$marker.push(m_142934e5a3e485c4d1c913202f2d013a);}});}google.maps.event.addDomListener(window, 'load', initialize);