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(41.7271,-112.163)};var g_95bb9375c079c572a451d5aa6fc5a4b3 = new google.maps.Geocoder();g_95bb9375c079c572a451d5aa6fc5a4b3.geocode( { 'address': "1300 S Main St, Garland, UT 84312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-UT-box-elder-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('garland-UT-box-elder-county-credit-union'), mapOptions);}document.getElementById('8a4a533e').innerHTML += ' | View Map';var $l95bb9375c079c572a451d5aa6fc5a4b3 = '

Box Elder County Credit Union

Address: 1300 S Main St, Garland, UT 84312, USA
Phone: (435) 257-1684
';var m_95bb9375c079c572a451d5aa6fc5a4b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Box Elder County Credit Union',});m_95bb9375c079c572a451d5aa6fc5a4b3['infowindow'] = new google.maps.InfoWindow({content: $l95bb9375c079c572a451d5aa6fc5a4b3});var infowindow = new google.maps.InfoWindow({content: $l95bb9375c079c572a451d5aa6fc5a4b3});google.maps.event.addListener(m_95bb9375c079c572a451d5aa6fc5a4b3, 'click', function() {infowindow.open(map,m_95bb9375c079c572a451d5aa6fc5a4b3);});$marker.push(m_95bb9375c079c572a451d5aa6fc5a4b3);}});}google.maps.event.addDomListener(window, 'load', initialize);