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.7872,-96.7985)};var g_33686c2d8930be81c843ffb7d4312605 = new google.maps.Geocoder();g_33686c2d8930be81c843ffb7d4312605.geocode( { 'address': "2240 Royal Ln, STE 303, Dallas, TX 75229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-shinhan-bank-america').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-shinhan-bank-america'), mapOptions);}document.getElementById('8ca3936a').innerHTML += ' | View Map';var $l33686c2d8930be81c843ffb7d4312605 = '

Shinhan Bank America

Address: 2240 Royal Ln, STE 303, Dallas, TX 75229
Phone: (972) 406-3540
';var m_33686c2d8930be81c843ffb7d4312605 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shinhan Bank America',});m_33686c2d8930be81c843ffb7d4312605['infowindow'] = new google.maps.InfoWindow({content: $l33686c2d8930be81c843ffb7d4312605});var infowindow = new google.maps.InfoWindow({content: $l33686c2d8930be81c843ffb7d4312605});google.maps.event.addListener(m_33686c2d8930be81c843ffb7d4312605, 'click', function() {infowindow.open(map,m_33686c2d8930be81c843ffb7d4312605);});$marker.push(m_33686c2d8930be81c843ffb7d4312605);}});}google.maps.event.addDomListener(window, 'load', initialize);