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(40.3846,-111.736)};var g_bf66561896c58fdb347f419fa9f09e87 = new google.maps.Geocoder();g_bf66561896c58fdb347f419fa9f09e87.geocode( { 'address': "225 S Main St, Pleasant Grove, UT 84062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasant-grove-UT-zions-bank').style.display = '';map = new google.maps.Map(document.getElementById('pleasant-grove-UT-zions-bank'), mapOptions);}document.getElementById('87167973').innerHTML += ' | View Map';var $lbf66561896c58fdb347f419fa9f09e87 = '

Zions Bank

Address: 225 S Main St, Pleasant Grove, UT 84062
Phone: (801) 785-5002
';var m_bf66561896c58fdb347f419fa9f09e87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank',});m_bf66561896c58fdb347f419fa9f09e87['infowindow'] = new google.maps.InfoWindow({content: $lbf66561896c58fdb347f419fa9f09e87});var infowindow = new google.maps.InfoWindow({content: $lbf66561896c58fdb347f419fa9f09e87});google.maps.event.addListener(m_bf66561896c58fdb347f419fa9f09e87, 'click', function() {infowindow.open(map,m_bf66561896c58fdb347f419fa9f09e87);});$marker.push(m_bf66561896c58fdb347f419fa9f09e87);}});}google.maps.event.addDomListener(window, 'load', initialize);