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(38.2766,-112.642)};var g_206b469d9ef37b260a78ca51f4675d09 = new google.maps.Geocoder();g_206b469d9ef37b260a78ca51f4675d09.geocode( { 'address': "195 N Main St, Beaver, UT 84713, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaver-UT-utah-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaver-UT-utah-independent-bank'), mapOptions);}document.getElementById('633e7bbb').innerHTML += ' | View Map';var $l206b469d9ef37b260a78ca51f4675d09 = '

Utah Independent Bank

Address: 195 N Main St, Beaver, UT 84713, USA
Phone: (435) 438-2433
';var m_206b469d9ef37b260a78ca51f4675d09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Independent Bank',});m_206b469d9ef37b260a78ca51f4675d09['infowindow'] = new google.maps.InfoWindow({content: $l206b469d9ef37b260a78ca51f4675d09});var infowindow = new google.maps.InfoWindow({content: $l206b469d9ef37b260a78ca51f4675d09});google.maps.event.addListener(m_206b469d9ef37b260a78ca51f4675d09, 'click', function() {infowindow.open(map,m_206b469d9ef37b260a78ca51f4675d09);});$marker.push(m_206b469d9ef37b260a78ca51f4675d09);}});}google.maps.event.addDomListener(window, 'load', initialize);