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(43.9957,-116.91)};var g_88115bc763427b1dcfa06190a8eb1341 = new google.maps.Geocoder();g_88115bc763427b1dcfa06190a8eb1341.geocode( { 'address': "1850 N Whitley Dr, Fruitland, ID 83619"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fruitland-ID-bank-of-the-cascades').style.display = '';map = new google.maps.Map(document.getElementById('fruitland-ID-bank-of-the-cascades'), mapOptions);}document.getElementById('a8ae1fa1').innerHTML += ' | View Map';var $l88115bc763427b1dcfa06190a8eb1341 = '

Bank Of The Cascades

Address: 1850 N Whitley Dr, Fruitland, ID 83619
Phone: (208) 452-7101
';var m_88115bc763427b1dcfa06190a8eb1341 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The Cascades',});m_88115bc763427b1dcfa06190a8eb1341['infowindow'] = new google.maps.InfoWindow({content: $l88115bc763427b1dcfa06190a8eb1341});var infowindow = new google.maps.InfoWindow({content: $l88115bc763427b1dcfa06190a8eb1341});google.maps.event.addListener(m_88115bc763427b1dcfa06190a8eb1341, 'click', function() {infowindow.open(map,m_88115bc763427b1dcfa06190a8eb1341);});$marker.push(m_88115bc763427b1dcfa06190a8eb1341);}});}google.maps.event.addDomListener(window, 'load', initialize);