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.3198,-119.552)};var g_74036c8d72bca65139d7a92cdc958ed6 = new google.maps.Geocoder();g_74036c8d72bca65139d7a92cdc958ed6.geocode( { 'address': "64 Basin St SW, Ephrata, WA 98823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ephrata-WA-clearview-financial').style.display = '';map = new google.maps.Map(document.getElementById('ephrata-WA-clearview-financial'), mapOptions);}document.getElementById('a548fdd9').innerHTML += ' | View Map';var $l74036c8d72bca65139d7a92cdc958ed6 = '

Clearview Financial

Address: 64 Basin St SW, Ephrata, WA 98823, USA
Phone: (509) 754-0624
';var m_74036c8d72bca65139d7a92cdc958ed6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearview Financial',});m_74036c8d72bca65139d7a92cdc958ed6['infowindow'] = new google.maps.InfoWindow({content: $l74036c8d72bca65139d7a92cdc958ed6});var infowindow = new google.maps.InfoWindow({content: $l74036c8d72bca65139d7a92cdc958ed6});google.maps.event.addListener(m_74036c8d72bca65139d7a92cdc958ed6, 'click', function() {infowindow.open(map,m_74036c8d72bca65139d7a92cdc958ed6);});$marker.push(m_74036c8d72bca65139d7a92cdc958ed6);}});}google.maps.event.addDomListener(window, 'load', initialize);