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.572,-96.3111)};var g_c239ddf0bc583f755f9e086d533f6f4e = new google.maps.Geocoder();g_c239ddf0bc583f755f9e086d533f6f4e.geocode( { 'address': "2219 S Washington St, Kaufman, TX 75142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kaufman-TX-anthony-gideon').style.display = '';map = new google.maps.Map(document.getElementById('kaufman-TX-anthony-gideon'), mapOptions);}document.getElementById('ff766344').innerHTML += ' | View Map';var $lc239ddf0bc583f755f9e086d533f6f4e = '

Anthony Gideon

Address: 2219 S Washington St, Kaufman, TX 75142, USA
Phone: (972) 249-5552
';var m_c239ddf0bc583f755f9e086d533f6f4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anthony Gideon',});m_c239ddf0bc583f755f9e086d533f6f4e['infowindow'] = new google.maps.InfoWindow({content: $lc239ddf0bc583f755f9e086d533f6f4e});var infowindow = new google.maps.InfoWindow({content: $lc239ddf0bc583f755f9e086d533f6f4e});google.maps.event.addListener(m_c239ddf0bc583f755f9e086d533f6f4e, 'click', function() {infowindow.open(map,m_c239ddf0bc583f755f9e086d533f6f4e);});$marker.push(m_c239ddf0bc583f755f9e086d533f6f4e);}});}google.maps.event.addDomListener(window, 'load', initialize);