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(30.2362,-90.9141)};var g_e4a6e9f25b9cad83065572a1c73d09cb = new google.maps.Geocoder();g_e4a6e9f25b9cad83065572a1c73d09cb.geocode( { 'address': "711 E Ascension St, Gonzales, LA 70737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gonzales-LA-notary-solutions-of-louisiana').style.display = '';map = new google.maps.Map(document.getElementById('gonzales-LA-notary-solutions-of-louisiana'), mapOptions);}document.getElementById('fe02903b').innerHTML += ' | View Map';var $le4a6e9f25b9cad83065572a1c73d09cb = '

Notary Solutions of Louisiana

Address: 711 E Ascension St, Gonzales, LA 70737, USA
Phone: (225) 253-1675
';var m_e4a6e9f25b9cad83065572a1c73d09cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Notary Solutions of Louisiana',});m_e4a6e9f25b9cad83065572a1c73d09cb['infowindow'] = new google.maps.InfoWindow({content: $le4a6e9f25b9cad83065572a1c73d09cb});var infowindow = new google.maps.InfoWindow({content: $le4a6e9f25b9cad83065572a1c73d09cb});google.maps.event.addListener(m_e4a6e9f25b9cad83065572a1c73d09cb, 'click', function() {infowindow.open(map,m_e4a6e9f25b9cad83065572a1c73d09cb);});$marker.push(m_e4a6e9f25b9cad83065572a1c73d09cb);}});}google.maps.event.addDomListener(window, 'load', initialize);