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(33.9796,-117.898)};var g_68043a653a7d7658480e1f4743660067 = new google.maps.Geocoder();g_68043a653a7d7658480e1f4743660067.geocode( { 'address': "17416 Colima Rd, Rowland Heights, CA 91748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rowland-heights-CA-at-mobile-notary-service').style.display = '';map = new google.maps.Map(document.getElementById('rowland-heights-CA-at-mobile-notary-service'), mapOptions);}document.getElementById('56c41b2e').innerHTML += ' | View Map';var $l68043a653a7d7658480e1f4743660067 = '

AT Mobile Notary Service

Address: 17416 Colima Rd, Rowland Heights, CA 91748
Phone: (714) 553-4333
';var m_68043a653a7d7658480e1f4743660067 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AT Mobile Notary Service',});m_68043a653a7d7658480e1f4743660067['infowindow'] = new google.maps.InfoWindow({content: $l68043a653a7d7658480e1f4743660067});var infowindow = new google.maps.InfoWindow({content: $l68043a653a7d7658480e1f4743660067});google.maps.event.addListener(m_68043a653a7d7658480e1f4743660067, 'click', function() {infowindow.open(map,m_68043a653a7d7658480e1f4743660067);});$marker.push(m_68043a653a7d7658480e1f4743660067);}});}google.maps.event.addDomListener(window, 'load', initialize);