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.3755,-111.79)};var g_202af42027998d065965ea0df08d4539 = new google.maps.Geocoder();g_202af42027998d065965ea0df08d4539.geocode( { 'address': "321 E State St Suite 100, American Fork, UT 84003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('american-fork-UT-leaderone-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('american-fork-UT-leaderone-financial-corporation'), mapOptions);}document.getElementById('18be0f15').innerHTML += ' | View Map';var $l202af42027998d065965ea0df08d4539 = '

LeaderOne Financial Corporation

Address: 321 E State St Suite 100, American Fork, UT 84003, USA
Phone: (801) 810-5341
';var m_202af42027998d065965ea0df08d4539 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LeaderOne Financial Corporation',});m_202af42027998d065965ea0df08d4539['infowindow'] = new google.maps.InfoWindow({content: $l202af42027998d065965ea0df08d4539});var infowindow = new google.maps.InfoWindow({content: $l202af42027998d065965ea0df08d4539});google.maps.event.addListener(m_202af42027998d065965ea0df08d4539, 'click', function() {infowindow.open(map,m_202af42027998d065965ea0df08d4539);});$marker.push(m_202af42027998d065965ea0df08d4539);}});}google.maps.event.addDomListener(window, 'load', initialize);