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(33.0151,-96.8088)};var g_4fc74a305e2797402c18e14ef64f7c6b = new google.maps.Geocoder();g_4fc74a305e2797402c18e14ef64f7c6b.geocode( { 'address': "5408 W Plano Pkwy, Plano, TX 75093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-great-western-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-great-western-financial-services-inc'), mapOptions);}document.getElementById('6a392844').innerHTML += ' | View Map';var $l4fc74a305e2797402c18e14ef64f7c6b = '

Great Western Financial Services, Inc.

Address: 5408 W Plano Pkwy, Plano, TX 75093, USA
Phone: (972) 250-4704
';var m_4fc74a305e2797402c18e14ef64f7c6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Financial Services, Inc.',});m_4fc74a305e2797402c18e14ef64f7c6b['infowindow'] = new google.maps.InfoWindow({content: $l4fc74a305e2797402c18e14ef64f7c6b});var infowindow = new google.maps.InfoWindow({content: $l4fc74a305e2797402c18e14ef64f7c6b});google.maps.event.addListener(m_4fc74a305e2797402c18e14ef64f7c6b, 'click', function() {infowindow.open(map,m_4fc74a305e2797402c18e14ef64f7c6b);});$marker.push(m_4fc74a305e2797402c18e14ef64f7c6b);}});}google.maps.event.addDomListener(window, 'load', initialize);