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.6956,-111.986)};var g_51b2102a36d76b63ab268f04b10c9987 = new google.maps.Geocoder();g_51b2102a36d76b63ab268f04b10c9987.geocode( { 'address': "3955 3500 S, West Valley City, UT 84120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-valley-city-UT-america-first-credit-union-inside-harmons').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-america-first-credit-union-inside-harmons'), mapOptions);}document.getElementById('6dd00c12').innerHTML += ' | View Map';var $l51b2102a36d76b63ab268f04b10c9987 = '

America First Credit Union (inside Harmons)

Address: 3955 3500 S, West Valley City, UT 84120, USA
Phone: (801) 966-5553
';var m_51b2102a36d76b63ab268f04b10c9987 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union (inside Harmons)',});m_51b2102a36d76b63ab268f04b10c9987['infowindow'] = new google.maps.InfoWindow({content: $l51b2102a36d76b63ab268f04b10c9987});var infowindow = new google.maps.InfoWindow({content: $l51b2102a36d76b63ab268f04b10c9987});google.maps.event.addListener(m_51b2102a36d76b63ab268f04b10c9987, 'click', function() {infowindow.open(map,m_51b2102a36d76b63ab268f04b10c9987);});$marker.push(m_51b2102a36d76b63ab268f04b10c9987);}});}google.maps.event.addDomListener(window, 'load', initialize);