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.9764,-111.891)};var g_b516e9919c40d32ceeb042d65cdfd268 = new google.maps.Geocoder();g_b516e9919c40d32ceeb042d65cdfd268.geocode( { 'address': "225 S 200 W #1, Farmington, UT 84025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-UT-horizon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('farmington-UT-horizon-credit-union'), mapOptions);}document.getElementById('5400effe').innerHTML += ' | View Map';var $lb516e9919c40d32ceeb042d65cdfd268 = '

Horizon Credit Union

Address: 225 S 200 W #1, Farmington, UT 84025, USA
Phone: (801) 451-5064
';var m_b516e9919c40d32ceeb042d65cdfd268 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Credit Union',});m_b516e9919c40d32ceeb042d65cdfd268['infowindow'] = new google.maps.InfoWindow({content: $lb516e9919c40d32ceeb042d65cdfd268});var infowindow = new google.maps.InfoWindow({content: $lb516e9919c40d32ceeb042d65cdfd268});google.maps.event.addListener(m_b516e9919c40d32ceeb042d65cdfd268, 'click', function() {infowindow.open(map,m_b516e9919c40d32ceeb042d65cdfd268);});$marker.push(m_b516e9919c40d32ceeb042d65cdfd268);}});}google.maps.event.addDomListener(window, 'load', initialize);