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.6462,-94.6233)};var g_317e30985b2c3bf93a0fe849ddca9888 = new google.maps.Geocoder();g_317e30985b2c3bf93a0fe849ddca9888.geocode( { 'address': "3532 NE Stallings Dr, Nacogdoches, TX 75965, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nacogdoches-TX-roy-blake-insurance').style.display = '';map = new google.maps.Map(document.getElementById('nacogdoches-TX-roy-blake-insurance'), mapOptions);}document.getElementById('0630ca0b').innerHTML += ' | View Map';var $l317e30985b2c3bf93a0fe849ddca9888 = '

Roy Blake Insurance

Address: 3532 NE Stallings Dr, Nacogdoches, TX 75965, USA
Phone: (936) 564-0433
';var m_317e30985b2c3bf93a0fe849ddca9888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Roy Blake Insurance',});m_317e30985b2c3bf93a0fe849ddca9888['infowindow'] = new google.maps.InfoWindow({content: $l317e30985b2c3bf93a0fe849ddca9888});var infowindow = new google.maps.InfoWindow({content: $l317e30985b2c3bf93a0fe849ddca9888});google.maps.event.addListener(m_317e30985b2c3bf93a0fe849ddca9888, 'click', function() {infowindow.open(map,m_317e30985b2c3bf93a0fe849ddca9888);});$marker.push(m_317e30985b2c3bf93a0fe849ddca9888);}});}google.maps.event.addDomListener(window, 'load', initialize);