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(31.8465,-81.594)};var g_2c417576eeffac1e92f75bba37804648 = new google.maps.Geocoder();g_2c417576eeffac1e92f75bba37804648.geocode( { 'address': "135 E M L King Jr Dr g, Hinesville, GA 31313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hinesville-GA-j-c-vision--associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('hinesville-GA-j-c-vision--associates-inc'), mapOptions);}document.getElementById('ce4ecba7').innerHTML += ' | View Map';var $l2c417576eeffac1e92f75bba37804648 = '

J C Vision & Associates Inc

Address: 135 E M L King Jr Dr g, Hinesville, GA 31313, USA
Phone: (866) 883-4243
';var m_2c417576eeffac1e92f75bba37804648 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J C Vision & Associates Inc',});m_2c417576eeffac1e92f75bba37804648['infowindow'] = new google.maps.InfoWindow({content: $l2c417576eeffac1e92f75bba37804648});var infowindow = new google.maps.InfoWindow({content: $l2c417576eeffac1e92f75bba37804648});google.maps.event.addListener(m_2c417576eeffac1e92f75bba37804648, 'click', function() {infowindow.open(map,m_2c417576eeffac1e92f75bba37804648);});$marker.push(m_2c417576eeffac1e92f75bba37804648);}});}google.maps.event.addDomListener(window, 'load', initialize);