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.8469,-96.5729)};var g_323995a2d4a49b8d5560358aa1f8964b = new google.maps.Geocoder();g_323995a2d4a49b8d5560358aa1f8964b.geocode( { 'address': "350 Oaks Trail #132, Garland, TX 75043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-sba-funding').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-sba-funding'), mapOptions);}document.getElementById('b2f3d1a0').innerHTML += ' | View Map';var $l323995a2d4a49b8d5560358aa1f8964b = '

SBA-FUNDING

Address: 350 Oaks Trail #132, Garland, TX 75043, USA
Phone: (469) 209-8848
';var m_323995a2d4a49b8d5560358aa1f8964b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SBA-FUNDING',});m_323995a2d4a49b8d5560358aa1f8964b['infowindow'] = new google.maps.InfoWindow({content: $l323995a2d4a49b8d5560358aa1f8964b});var infowindow = new google.maps.InfoWindow({content: $l323995a2d4a49b8d5560358aa1f8964b});google.maps.event.addListener(m_323995a2d4a49b8d5560358aa1f8964b, 'click', function() {infowindow.open(map,m_323995a2d4a49b8d5560358aa1f8964b);});$marker.push(m_323995a2d4a49b8d5560358aa1f8964b);}});}google.maps.event.addDomListener(window, 'load', initialize);