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.5716,-111.885)};var g_aa495e18c7e3a21a4e48923b92048a61 = new google.maps.Geocoder();g_aa495e18c7e3a21a4e48923b92048a61.geocode( { 'address': "542 W 9320 S, Sandy, UT 84070"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-first-national-fund').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-first-national-fund'), mapOptions);}document.getElementById('b97c5acb').innerHTML += ' | View Map';var $laa495e18c7e3a21a4e48923b92048a61 = '

First National Fund

Address: 542 W 9320 S, Sandy, UT 84070
Phone: (801) 488-2270
';var m_aa495e18c7e3a21a4e48923b92048a61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Fund',});m_aa495e18c7e3a21a4e48923b92048a61['infowindow'] = new google.maps.InfoWindow({content: $laa495e18c7e3a21a4e48923b92048a61});var infowindow = new google.maps.InfoWindow({content: $laa495e18c7e3a21a4e48923b92048a61});google.maps.event.addListener(m_aa495e18c7e3a21a4e48923b92048a61, 'click', function() {infowindow.open(map,m_aa495e18c7e3a21a4e48923b92048a61);});$marker.push(m_aa495e18c7e3a21a4e48923b92048a61);}});}google.maps.event.addDomListener(window, 'load', initialize);