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.6165,-111.88)};var g_9352fcd8205293d300b3e0ba38462b1f = new google.maps.Geocoder();g_9352fcd8205293d300b3e0ba38462b1f.geocode( { 'address': "6985 S Union Park Ctr, Midvale, UT 84047"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midvale-UT-american-express-centurion-bnk').style.display = '';map = new google.maps.Map(document.getElementById('midvale-UT-american-express-centurion-bnk'), mapOptions);}document.getElementById('c3e7d54d').innerHTML += ' | View Map';var $l9352fcd8205293d300b3e0ba38462b1f = '

American Express Centurion Bnk

Address: 6985 S Union Park Ctr, Midvale, UT 84047
Phone: (801) 945-3000
';var m_9352fcd8205293d300b3e0ba38462b1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express Centurion Bnk',});m_9352fcd8205293d300b3e0ba38462b1f['infowindow'] = new google.maps.InfoWindow({content: $l9352fcd8205293d300b3e0ba38462b1f});var infowindow = new google.maps.InfoWindow({content: $l9352fcd8205293d300b3e0ba38462b1f});google.maps.event.addListener(m_9352fcd8205293d300b3e0ba38462b1f, 'click', function() {infowindow.open(map,m_9352fcd8205293d300b3e0ba38462b1f);});$marker.push(m_9352fcd8205293d300b3e0ba38462b1f);}});}google.maps.event.addDomListener(window, 'load', initialize);