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_197a324a01fdaf7cadd0698c3ee8df9f = new google.maps.Geocoder();g_197a324a01fdaf7cadd0698c3ee8df9f.geocode( { 'address': "14221 Dallas Pkwy, Dallas, TX 75254"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-ohio-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-ohio-savings-bank'), mapOptions);}document.getElementById('8f20b936').innerHTML += ' | View Map';var $l197a324a01fdaf7cadd0698c3ee8df9f = '

Ohio Savings Bank

Address: 14221 Dallas Pkwy, Dallas, TX 75254
Phone: (214) 361-8192
';var m_197a324a01fdaf7cadd0698c3ee8df9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Savings Bank',});m_197a324a01fdaf7cadd0698c3ee8df9f['infowindow'] = new google.maps.InfoWindow({content: $l197a324a01fdaf7cadd0698c3ee8df9f});var infowindow = new google.maps.InfoWindow({content: $l197a324a01fdaf7cadd0698c3ee8df9f});google.maps.event.addListener(m_197a324a01fdaf7cadd0698c3ee8df9f, 'click', function() {infowindow.open(map,m_197a324a01fdaf7cadd0698c3ee8df9f);});$marker.push(m_197a324a01fdaf7cadd0698c3ee8df9f);}});}google.maps.event.addDomListener(window, 'load', initialize);