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.6001,-121.182)};var g_41f4b216794a39d17bda5b3784f462ee = new google.maps.Geocoder();g_41f4b216794a39d17bda5b3784f462ee.geocode( { 'address': "316 E 3rd St, The Dalles, OR 97058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('the-dalles-OR-cb-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('the-dalles-OR-cb-financial-services'), mapOptions);}document.getElementById('b72a5d3a').innerHTML += ' | View Map';var $l41f4b216794a39d17bda5b3784f462ee = '

CB Financial Services

Address: 316 E 3rd St, The Dalles, OR 97058, USA
Phone: (541) 298-6646
';var m_41f4b216794a39d17bda5b3784f462ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CB Financial Services',});m_41f4b216794a39d17bda5b3784f462ee['infowindow'] = new google.maps.InfoWindow({content: $l41f4b216794a39d17bda5b3784f462ee});var infowindow = new google.maps.InfoWindow({content: $l41f4b216794a39d17bda5b3784f462ee});google.maps.event.addListener(m_41f4b216794a39d17bda5b3784f462ee, 'click', function() {infowindow.open(map,m_41f4b216794a39d17bda5b3784f462ee);});$marker.push(m_41f4b216794a39d17bda5b3784f462ee);}});}google.maps.event.addDomListener(window, 'load', initialize);