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(41.9762,-111.856)};var g_d46f679ddb2b723013c1691836f2e105 = new google.maps.Geocoder();g_d46f679ddb2b723013c1691836f2e105.geocode( { 'address': "17 E Center St, Lewiston, UT 84320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-UT-lewiston-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-UT-lewiston-state-bank'), mapOptions);}document.getElementById('2ff78465').innerHTML += ' | View Map';var $ld46f679ddb2b723013c1691836f2e105 = '

Lewiston State Bank

Address: 17 E Center St, Lewiston, UT 84320, USA
Phone: (435) 258-2456
';var m_d46f679ddb2b723013c1691836f2e105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lewiston State Bank',});m_d46f679ddb2b723013c1691836f2e105['infowindow'] = new google.maps.InfoWindow({content: $ld46f679ddb2b723013c1691836f2e105});var infowindow = new google.maps.InfoWindow({content: $ld46f679ddb2b723013c1691836f2e105});google.maps.event.addListener(m_d46f679ddb2b723013c1691836f2e105, 'click', function() {infowindow.open(map,m_d46f679ddb2b723013c1691836f2e105);});$marker.push(m_d46f679ddb2b723013c1691836f2e105);}});}google.maps.event.addDomListener(window, 'load', initialize);