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.7804,-122.539)};var g_013aaa7cab5c1127aa3cc9ef3bb4892b = new google.maps.Geocoder();g_013aaa7cab5c1127aa3cc9ef3bb4892b.geocode( { 'address': "107 W Main St, Battle Ground, WA 98604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('battle-ground-WA-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('battle-ground-WA-chase-mortgage'), mapOptions);}document.getElementById('e1035326').innerHTML += ' | View Map';var $l013aaa7cab5c1127aa3cc9ef3bb4892b = '

Chase Mortgage

Address: 107 W Main St, Battle Ground, WA 98604, USA
Phone: (360) 571-7073
';var m_013aaa7cab5c1127aa3cc9ef3bb4892b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_013aaa7cab5c1127aa3cc9ef3bb4892b['infowindow'] = new google.maps.InfoWindow({content: $l013aaa7cab5c1127aa3cc9ef3bb4892b});var infowindow = new google.maps.InfoWindow({content: $l013aaa7cab5c1127aa3cc9ef3bb4892b});google.maps.event.addListener(m_013aaa7cab5c1127aa3cc9ef3bb4892b, 'click', function() {infowindow.open(map,m_013aaa7cab5c1127aa3cc9ef3bb4892b);});$marker.push(m_013aaa7cab5c1127aa3cc9ef3bb4892b);}});}google.maps.event.addDomListener(window, 'load', initialize);