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.3779,-111.794)};var g_d7fd83eaf0a5593a190e8e9c8d7ece84 = new google.maps.Geocoder();g_d7fd83eaf0a5593a190e8e9c8d7ece84.geocode( { 'address': "62 N Grant Ave, American Fork, UT 84003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('american-fork-UT-vertex-payment-solutions').style.display = '';map = new google.maps.Map(document.getElementById('american-fork-UT-vertex-payment-solutions'), mapOptions);}document.getElementById('f9008873').innerHTML += ' | View Map';var $ld7fd83eaf0a5593a190e8e9c8d7ece84 = '

Vertex Payment Solutions

Address: 62 N Grant Ave, American Fork, UT 84003, USA
Phone: (801) 766-3244
';var m_d7fd83eaf0a5593a190e8e9c8d7ece84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vertex Payment Solutions',});m_d7fd83eaf0a5593a190e8e9c8d7ece84['infowindow'] = new google.maps.InfoWindow({content: $ld7fd83eaf0a5593a190e8e9c8d7ece84});var infowindow = new google.maps.InfoWindow({content: $ld7fd83eaf0a5593a190e8e9c8d7ece84});google.maps.event.addListener(m_d7fd83eaf0a5593a190e8e9c8d7ece84, 'click', function() {infowindow.open(map,m_d7fd83eaf0a5593a190e8e9c8d7ece84);});$marker.push(m_d7fd83eaf0a5593a190e8e9c8d7ece84);}});}google.maps.event.addDomListener(window, 'load', initialize);