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()};var g_a431d70133ef6cf688bc4f6093922b48 = new google.maps.Geocoder();g_a431d70133ef6cf688bc4f6093922b48.geocode( { 'address': "95 E Tabernacle St, St George, UT 84770"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-heritage-bank'), mapOptions);}document.getElementById('3bf1bb65').innerHTML += ' | View Map';var $la431d70133ef6cf688bc4f6093922b48 = '

Heritage Bank

Address: 95 E Tabernacle St, St George, UT 84770
Phone: (435) 628-0433
';var m_a431d70133ef6cf688bc4f6093922b48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank',});m_a431d70133ef6cf688bc4f6093922b48['infowindow'] = new google.maps.InfoWindow({content: $la431d70133ef6cf688bc4f6093922b48});var infowindow = new google.maps.InfoWindow({content: $la431d70133ef6cf688bc4f6093922b48});google.maps.event.addListener(m_a431d70133ef6cf688bc4f6093922b48, 'click', function() {infowindow.open(map,m_a431d70133ef6cf688bc4f6093922b48);});$marker.push(m_a431d70133ef6cf688bc4f6093922b48);}});}google.maps.event.addDomListener(window, 'load', initialize);