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.6214,-112.086)};var g_427d99addb45f263ba569a7a2d9c65a3 = new google.maps.Geocoder();g_427d99addb45f263ba569a7a2d9c65a3.geocode( { 'address': "200 N Main St, Tropic, UT 84776"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tropic-UT-state-bank-of-southern-utah').style.display = '';map = new google.maps.Map(document.getElementById('tropic-UT-state-bank-of-southern-utah'), mapOptions);}document.getElementById('0be74684').innerHTML += ' | View Map';var $l427d99addb45f263ba569a7a2d9c65a3 = '

State Bank Of Southern Utah

Address: 200 N Main St, Tropic, UT 84776
Phone: (435) 679-8900
';var m_427d99addb45f263ba569a7a2d9c65a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Southern Utah',});m_427d99addb45f263ba569a7a2d9c65a3['infowindow'] = new google.maps.InfoWindow({content: $l427d99addb45f263ba569a7a2d9c65a3});var infowindow = new google.maps.InfoWindow({content: $l427d99addb45f263ba569a7a2d9c65a3});google.maps.event.addListener(m_427d99addb45f263ba569a7a2d9c65a3, 'click', function() {infowindow.open(map,m_427d99addb45f263ba569a7a2d9c65a3);});$marker.push(m_427d99addb45f263ba569a7a2d9c65a3);}});}google.maps.event.addDomListener(window, 'load', initialize);