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(38.5844,-121.494)};var g_3b90414adf192b06fe2418cbc47e2c1f = new google.maps.Geocoder();g_3b90414adf192b06fe2418cbc47e2c1f.geocode( { 'address': "5714 Folsom Blvd, Sacramento, CA 95819"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-advanced-merchant-solutions').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-advanced-merchant-solutions'), mapOptions);}document.getElementById('f387eca0').innerHTML += ' | View Map';var $l3b90414adf192b06fe2418cbc47e2c1f = '

Advanced Merchant Solutions

Address: 5714 Folsom Blvd, Sacramento, CA 95819
Phone: (916) 538-6606
';var m_3b90414adf192b06fe2418cbc47e2c1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advanced Merchant Solutions',});m_3b90414adf192b06fe2418cbc47e2c1f['infowindow'] = new google.maps.InfoWindow({content: $l3b90414adf192b06fe2418cbc47e2c1f});var infowindow = new google.maps.InfoWindow({content: $l3b90414adf192b06fe2418cbc47e2c1f});google.maps.event.addListener(m_3b90414adf192b06fe2418cbc47e2c1f, 'click', function() {infowindow.open(map,m_3b90414adf192b06fe2418cbc47e2c1f);});$marker.push(m_3b90414adf192b06fe2418cbc47e2c1f);}});}google.maps.event.addDomListener(window, 'load', initialize);