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

Chris Gandy - Gold Financial Services

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