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(37.2763,-112.638)};var g_e2bea321fe32f03b09c8a3f51896bf54 = new google.maps.Geocoder();g_e2bea321fe32f03b09c8a3f51896bf54.geocode( { 'address': "55 E State St, Orderville, UT 84758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orderville-UT-state-bank-of-southern-utah').style.display = '';map = new google.maps.Map(document.getElementById('orderville-UT-state-bank-of-southern-utah'), mapOptions);}document.getElementById('dd373d43').innerHTML += ' | View Map';var $le2bea321fe32f03b09c8a3f51896bf54 = '

State Bank of Southern Utah

Address: 55 E State St, Orderville, UT 84758, USA
Phone: (435) 648-2216
';var m_e2bea321fe32f03b09c8a3f51896bf54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Southern Utah',});m_e2bea321fe32f03b09c8a3f51896bf54['infowindow'] = new google.maps.InfoWindow({content: $le2bea321fe32f03b09c8a3f51896bf54});var infowindow = new google.maps.InfoWindow({content: $le2bea321fe32f03b09c8a3f51896bf54});google.maps.event.addListener(m_e2bea321fe32f03b09c8a3f51896bf54, 'click', function() {infowindow.open(map,m_e2bea321fe32f03b09c8a3f51896bf54);});$marker.push(m_e2bea321fe32f03b09c8a3f51896bf54);}});}google.maps.event.addDomListener(window, 'load', initialize);