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(26.2587,-98.2189)};var g_41bd5f38fb2c602200cbb5d05cfddff1 = new google.maps.Geocoder();g_41bd5f38fb2c602200cbb5d05cfddff1.geocode( { 'address': "6112 N 10th St #2f, McAllen, TX 78504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-global-fox-financial').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-global-fox-financial'), mapOptions);}document.getElementById('d2535402').innerHTML += ' | View Map';var $l41bd5f38fb2c602200cbb5d05cfddff1 = '

Global Fox Financial

Address: 6112 N 10th St #2f, McAllen, TX 78504, USA
Phone: (956) 217-0391
';var m_41bd5f38fb2c602200cbb5d05cfddff1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Fox Financial',});m_41bd5f38fb2c602200cbb5d05cfddff1['infowindow'] = new google.maps.InfoWindow({content: $l41bd5f38fb2c602200cbb5d05cfddff1});var infowindow = new google.maps.InfoWindow({content: $l41bd5f38fb2c602200cbb5d05cfddff1});google.maps.event.addListener(m_41bd5f38fb2c602200cbb5d05cfddff1, 'click', function() {infowindow.open(map,m_41bd5f38fb2c602200cbb5d05cfddff1);});$marker.push(m_41bd5f38fb2c602200cbb5d05cfddff1);}});}google.maps.event.addDomListener(window, 'load', initialize);