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.2806,-119.291)};var g_e36c72761b575374e7d7e63a0333d93f = new google.maps.Geocoder();g_e36c72761b575374e7d7e63a0333d93f.geocode( { 'address': "1007 Knight St, Richland, WA 99352"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richland-WA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('richland-WA-bank-of-america'), mapOptions);}document.getElementById('d40ac7ae').innerHTML += ' | View Map';var $le36c72761b575374e7d7e63a0333d93f = '

Bank of America

Address: 1007 Knight St, Richland, WA 99352
Phone: (509) 736-1722
';var m_e36c72761b575374e7d7e63a0333d93f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_e36c72761b575374e7d7e63a0333d93f['infowindow'] = new google.maps.InfoWindow({content: $le36c72761b575374e7d7e63a0333d93f});var infowindow = new google.maps.InfoWindow({content: $le36c72761b575374e7d7e63a0333d93f});google.maps.event.addListener(m_e36c72761b575374e7d7e63a0333d93f, 'click', function() {infowindow.open(map,m_e36c72761b575374e7d7e63a0333d93f);});$marker.push(m_e36c72761b575374e7d7e63a0333d93f);}});}google.maps.event.addDomListener(window, 'load', initialize);