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(30.2128,-95.7531)};var g_a487ced00a93ffd3cec725c4576fa205 = new google.maps.Geocoder();g_a487ced00a93ffd3cec725c4576fa205.geocode( { 'address': "18614 Farm to Market Rd 1488, Magnolia, TX 77354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('magnolia-TX-gold-financial-services--home').style.display = '';map = new google.maps.Map(document.getElementById('magnolia-TX-gold-financial-services--home'), mapOptions);}document.getElementById('8a491889').innerHTML += ' | View Map';var $la487ced00a93ffd3cec725c4576fa205 = '

Gold Financial Services : Home

Address: 18614 Farm to Market Rd 1488, Magnolia, TX 77354, USA
Phone: (281) 381-0150
';var m_a487ced00a93ffd3cec725c4576fa205 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Financial Services : Home',});m_a487ced00a93ffd3cec725c4576fa205['infowindow'] = new google.maps.InfoWindow({content: $la487ced00a93ffd3cec725c4576fa205});var infowindow = new google.maps.InfoWindow({content: $la487ced00a93ffd3cec725c4576fa205});google.maps.event.addListener(m_a487ced00a93ffd3cec725c4576fa205, 'click', function() {infowindow.open(map,m_a487ced00a93ffd3cec725c4576fa205);});$marker.push(m_a487ced00a93ffd3cec725c4576fa205);}});}google.maps.event.addDomListener(window, 'load', initialize);