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(32.4313,-90.1282)};var g_08bb44b3ef827dfdc38899fdd440b54c = new google.maps.Geocoder();g_08bb44b3ef827dfdc38899fdd440b54c.geocode( { 'address': "525 Thomastown Ln b, Ridgeland, MS 39157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-MS-h-tobias-coleman-pllc').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-MS-h-tobias-coleman-pllc'), mapOptions);}document.getElementById('e3110802').innerHTML += ' | View Map';var $l08bb44b3ef827dfdc38899fdd440b54c = '

H. Tobias Coleman, PLLC

Address: 525 Thomastown Ln b, Ridgeland, MS 39157, USA
Phone: (601) 853-9966
';var m_08bb44b3ef827dfdc38899fdd440b54c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'H. Tobias Coleman, PLLC',});m_08bb44b3ef827dfdc38899fdd440b54c['infowindow'] = new google.maps.InfoWindow({content: $l08bb44b3ef827dfdc38899fdd440b54c});var infowindow = new google.maps.InfoWindow({content: $l08bb44b3ef827dfdc38899fdd440b54c});google.maps.event.addListener(m_08bb44b3ef827dfdc38899fdd440b54c, 'click', function() {infowindow.open(map,m_08bb44b3ef827dfdc38899fdd440b54c);});$marker.push(m_08bb44b3ef827dfdc38899fdd440b54c);}});}google.maps.event.addDomListener(window, 'load', initialize);