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.8447,-112.828)};var g_4ac0679be34fb787f3896b2a976a914d = new google.maps.Geocoder();g_4ac0679be34fb787f3896b2a976a914d.geocode( { 'address': "93 N Main St, Parowan, UT 84761"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parowan-UT-state-bank-of-southern-utah').style.display = '';map = new google.maps.Map(document.getElementById('parowan-UT-state-bank-of-southern-utah'), mapOptions);}document.getElementById('3143737b').innerHTML += ' | View Map';var $l4ac0679be34fb787f3896b2a976a914d = '

State Bank Of Southern Utah

Address: 93 N Main St, Parowan, UT 84761
Phone: (435) 477-3354
';var m_4ac0679be34fb787f3896b2a976a914d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Southern Utah',});m_4ac0679be34fb787f3896b2a976a914d['infowindow'] = new google.maps.InfoWindow({content: $l4ac0679be34fb787f3896b2a976a914d});var infowindow = new google.maps.InfoWindow({content: $l4ac0679be34fb787f3896b2a976a914d});google.maps.event.addListener(m_4ac0679be34fb787f3896b2a976a914d, 'click', function() {infowindow.open(map,m_4ac0679be34fb787f3896b2a976a914d);});$marker.push(m_4ac0679be34fb787f3896b2a976a914d);}});}google.maps.event.addDomListener(window, 'load', initialize);