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.212,-119.19)};var g_531611d86be16795756cc18c593afc4a = new google.maps.Geocoder();g_531611d86be16795756cc18c593afc4a.geocode( { 'address': "5150 W Clearwater Ave #120, Kennewick, WA 99336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennewick-WA-farmers-insurance---jon-fuller').style.display = '';map = new google.maps.Map(document.getElementById('kennewick-WA-farmers-insurance---jon-fuller'), mapOptions);}document.getElementById('96644b48').innerHTML += ' | View Map';var $l531611d86be16795756cc18c593afc4a = '

Farmers Insurance - Jon Fuller

Address: 5150 W Clearwater Ave #120, Kennewick, WA 99336, USA
Phone: (509) 735-3600
';var m_531611d86be16795756cc18c593afc4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Insurance - Jon Fuller',});m_531611d86be16795756cc18c593afc4a['infowindow'] = new google.maps.InfoWindow({content: $l531611d86be16795756cc18c593afc4a});var infowindow = new google.maps.InfoWindow({content: $l531611d86be16795756cc18c593afc4a});google.maps.event.addListener(m_531611d86be16795756cc18c593afc4a, 'click', function() {infowindow.open(map,m_531611d86be16795756cc18c593afc4a);});$marker.push(m_531611d86be16795756cc18c593afc4a);}});}google.maps.event.addDomListener(window, 'load', initialize);