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(39.9967,-74.7885)};var g_f843074d5076212128800b4857d189aa = new google.maps.Geocoder();g_f843074d5076212128800b4857d189aa.geocode( { 'address': "141 High St, Mt Holly, NJ 08060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-holly-NJ-the-law-office-of-travis-j-richards-llc').style.display = '';map = new google.maps.Map(document.getElementById('mount-holly-NJ-the-law-office-of-travis-j-richards-llc'), mapOptions);}document.getElementById('b49016f0').innerHTML += ' | View Map';var $lf843074d5076212128800b4857d189aa = '

The Law Office of Travis J. Richards, LLC

Address: 141 High St, Mt Holly, NJ 08060, USA
Phone: (609) 267-5297
';var m_f843074d5076212128800b4857d189aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Law Office of Travis J. Richards, LLC',});m_f843074d5076212128800b4857d189aa['infowindow'] = new google.maps.InfoWindow({content: $lf843074d5076212128800b4857d189aa});var infowindow = new google.maps.InfoWindow({content: $lf843074d5076212128800b4857d189aa});google.maps.event.addListener(m_f843074d5076212128800b4857d189aa, 'click', function() {infowindow.open(map,m_f843074d5076212128800b4857d189aa);});$marker.push(m_f843074d5076212128800b4857d189aa);}});}google.maps.event.addDomListener(window, 'load', initialize);