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.5866,-96.3093)};var g_8f7531bdd47d10aec79487868e6d2f37 = new google.maps.Geocoder();g_8f7531bdd47d10aec79487868e6d2f37.geocode( { 'address': "402 S Washington St, Kaufman, TX 75142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kaufman-TX-gold-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('kaufman-TX-gold-financial-services'), mapOptions);}document.getElementById('a07d6fa4').innerHTML += ' | View Map';var $l8f7531bdd47d10aec79487868e6d2f37 = '

Gold Financial Services

Address: 402 S Washington St, Kaufman, TX 75142, USA
Phone: (214) 535-7492
';var m_8f7531bdd47d10aec79487868e6d2f37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Financial Services',});m_8f7531bdd47d10aec79487868e6d2f37['infowindow'] = new google.maps.InfoWindow({content: $l8f7531bdd47d10aec79487868e6d2f37});var infowindow = new google.maps.InfoWindow({content: $l8f7531bdd47d10aec79487868e6d2f37});google.maps.event.addListener(m_8f7531bdd47d10aec79487868e6d2f37, 'click', function() {infowindow.open(map,m_8f7531bdd47d10aec79487868e6d2f37);});$marker.push(m_8f7531bdd47d10aec79487868e6d2f37);}});}google.maps.event.addDomListener(window, 'load', initialize);